macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

0-05-19から1日間の記事一覧

prepareToPullChangesForEntityNames:beforeDate:

** -(BOOL)prepareToPullChangesForEntityNames:(NSArray *)entityNames: beforeDate:(NSDate *)date: 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 ( NSArray * )entityNames ( NSDate * )date フレームワーク SyncServices クラス ISyncSession Instance M…

isCancelled

** 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -cancelSyncing -finishSyncing 例文

finishSyncing

** 解説 調査中... 返り値 ( void ) なし 引数 フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -cancelSyncing -isCancelled 例文

deleteRecordWithIdentifier:

** -(BOOL)deleteRecordWithIdentifier:(NSString *)recordIdentifier: 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 ( NSString * )recordIdentifier フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -pushChange: -…

clientWantsToPushAllRecordsForEntityNames:

** -(void)clientWantsToPushAllRecordsForEntityNames:(NSArray *)entityNames: 解説 調査中... 返り値 ( void ) なし 引数 ( NSArray * )entityNames フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -shouldPushAl…

clientRefusedChangesForRecordWithIdentifier:

** -(void)clientRefusedChangesForRecordWithIdentifier:(NSString *)recordIdentifier: 解説 調査中... 返り値 ( void ) なし 引数 ( NSString * )recordIdentifier フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照…

clientLostRecordWithIdentifier:shouldReplaceOnNextSync:

** -(void)clientLostRecordWithIdentifier:(NSString *)recordIdentifier: shouldReplaceOnNextSync:(BOOL)flag: 解説 調査中... 返り値 ( void ) なし 引数 ( NSString * )recordIdentifier ( BOOL )flag フレームワーク SyncServices クラス ISyncSession…

clientInfoForRecordWithIdentifier:

** -(id)clientInfoForRecordWithIdentifier:(NSString *)recordIdentifier: 解説 調査中... 返り値 ( id ) オブジェクト() 引数 ( NSString * )recordIdentifier フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -…

clientDidResetEntityNames:

** -(void)clientDidResetEntityNames:(NSArray *)entityNames: 解説 調査中... 返り値 ( void ) なし 引数 ( NSArray * )entityNames フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -shouldPullChangesForEntityNa…

clientCommittedAcceptedChanges

** 解説 調査中... 返り値 ( void ) なし 引数 フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -cancelSyncing -finishSyncing 例文

clientChangedRecordIdentifiers:

** -(void)clientChangedRecordIdentifiers:(NSDictionary *)oldToNew: 解説 調査中... 返り値 ( void ) なし 引数 ( NSDictionary * )oldToNew フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 例文

clientAcceptedChangesForRecordWithIdentifier:formattedRecord:newRecordIdentifier:

** -(void)clientAcceptedChangesForRecordWithIdentifier:(NSString *)recordIdentifier: formattedRecord:(NSDictionary *)formattedRecord: newRecordIdentifier:(NSString *)newRecordIdentifier: 解説 調査中... 返り値 ( void ) なし 引数 ( NSString …

changeEnumeratorForEntityNames:

** -(NSEnumerator *)changeEnumeratorForEntityNames:(NSArray *)entityNames: 解説 調査中... 返り値 ( NSEnumerator * ) なし 引数 ( NSArray * )entityNames フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -pre…

cancelSyncing

** 解説 調査中... 返り値 ( void ) なし 引数 フレームワーク SyncServices クラス ISyncSession Instance Methods 使用可能 10.4 参照 -isCancelled -finishSyncing 例文

cancelPreviousBeginSessionWithClient:

** +(void)cancelPreviousBeginSessionWithClient:(ISyncClient *)client: 解説 調査中... 返り値 ( void ) なし 引数 ( ISyncClient * )client フレームワーク SyncServices クラス ISyncSession Class Methods 使用可能 10.4 参照 -beginSessionInBackgrou…