Skip to content

Commit 55371ef

Browse files
committed
Added Apple sample code
1 parent 1c01224 commit 55371ef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2352
-23
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<array/>
5+
</plist>

CollectionViewSample.xcodeproj/project.pbxproj

Lines changed: 662 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildSystemType</key>
6+
<string>Latest</string>
7+
</dict>
8+
</plist>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
See LICENSE folder for this sample’s licensing information.
3+
4+
Abstract:
5+
The application delegate.
6+
*/
7+
8+
import UIKit
9+
10+
@main
11+
class AppDelegate: UIResponder, UIApplicationDelegate {
12+
13+
// MARK: UISceneSession Lifecycle
14+
15+
func application(_ application: UIApplication,
16+
configurationForConnecting connectingSceneSession: UISceneSession,
17+
options: UIScene.ConnectionOptions) -> UISceneConfiguration {
18+
// Called when a new scene session is being created.
19+
// Use this method to select a configuration to create the new scene with.
20+
return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
21+
}
22+
23+
}
24+
5.07 MB
Loading
1.95 MB
Loading
5.6 MB
Loading
3.41 MB
Loading
6.76 MB
Loading
2.21 MB
Loading

0 commit comments

Comments
 (0)