2014/06/23

[iOS][Objective-C]ACAccountStoreのrequestAccessToAccountsWithType:withCompletionHandler:について

どうやら、iOS6で、- (void)requestAccessToAccountsWithType:(ACAccountType *)accountType withCompletionHandler:(ACAccountStoreRequestAccessCompletionHandler)handlerメソッドはDeprecatedになったようだ。

代わりに、- (void)requestAccessToAccountsWithType:(ACAccountType *)accountType options:(NSDictionary *)options completion:(ACAccountStoreRequestAccessCompletionHandler)completionメソッドを使うみたいなんですけど、optionsのところは、必要ない場合、nilを設定すればいいようです。

0 コメント:

コメントを投稿