Skip to content

Commit eed098f

Browse files
committedFeb 10, 2015
Updating all example codes for Xcode 6.3 Beta 1 (6D520o)
1 parent 8cecdd1 commit eed098f

File tree

131 files changed

+234
-234
lines changed

Some content is hidden

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

131 files changed

+234
-234
lines changed
 

‎chapter-addressBook/Adding Persons to Groups/Adding Persons to Groups/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
196196

197197
}
198198

199-
func application(application: UIApplication!,
199+
func application(application: UIApplication,
200200
didFinishLaunchingWithOptions launchOptions: [NSObject : AnyObject]?) -> Bool {
201201

202202
switch ABAddressBookGetAuthorizationStatus(){

‎chapter-addressBook/Inserting a Group Entry into the Address Book/Inserting a Group Entry into the Address Book/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
9696

9797
}
9898

99-
func application(application: UIApplication!,
99+
func application(application: UIApplication,
100100
didFinishLaunchingWithOptions launchOptions: [NSObject : AnyObject]?) -> Bool {
101101

102102
switch ABAddressBookGetAuthorizationStatus(){

0 commit comments

Comments
 (0)