macOS/iOS API解説

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

目次

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

beginSessionWithClient:entityNames:beforeDate:

** +(ISyncSession *)beginSessionWithClient:(ISyncClient *)client: entityNames:(NSArray *)entityNames: beforeDate:(NSDate *)date: 解説 調査中... 返り値 ( ISyncSession * ) なし 引数 ( ISyncClient * )client ( NSArray * )entityNames ( NSDate *…

beginSessionInBackgroundWithClient:entityNames:target:selector:

** +(void)beginSessionInBackgroundWithClient:(ISyncClient *)client: entityNames:(NSArray *)entityNames: target:(id)target: selector:(SEL)selector: 解説 調査中... 返り値 ( void ) なし 引数 ( ISyncClient * )client ( NSArray * )entityNames ( …

targetIdentifiersForRelationshipName:withSourceIdentifier:

** -(NSArray *)targetIdentifiersForRelationshipName:(NSString *)relationshipName: withSourceIdentifier:(NSString *)sourceIdentifier: 解説 調査中... 返り値 ( NSArray * ) なし 引数 ( NSString * )relationshipName ( NSString * )sourceIdentifie…

sourceIdentifiersForRelationshipName:withTargetIdentifier:

** -(NSArray *)sourceIdentifiersForRelationshipName:(NSString *)relationshipName: withTargetIdentifier:(NSString *)targetIdentifier: 解説 調査中... 返り値 ( NSArray * ) なし 引数 ( NSString * )relationshipName ( NSString * )targetIdentifie…

recordsWithMatchingAttributes:

** -(NSDictionary *)recordsWithMatchingAttributes:(NSDictionary *)attributes: 解説 調査中... 返り値 ( NSDictionary * ) なし 引数 ( NSDictionary * )attributes フレームワーク SyncServices クラス ISyncRecordSnapshot Instance Methods 使用可能 …

recordsWithIdentifiers:

** -(NSDictionary *)recordsWithIdentifiers:(NSArray *)recordIdentifiers: 解説 調査中... 返り値 ( NSDictionary * ) なし 引数 ( NSArray * )recordIdentifiers フレームワーク SyncServices クラス ISyncRecordSnapshot Instance Methods 使用可能 10.…

removeSchemaWithName:

** -(void)removeSchemaWithName:(NSString *)schemaName: 解説 なし? 返り値 ( void ) なし 引数 ( NSString * )schemaName フレームワーク SyncServices クラス ISyncManager Instance Methods 使用可能 10.4 参照 -registerSchemaWithBundlePath: 例文

unregisterClient:

** -(void)unregisterClient:(ISyncClient *)client: 解説 調査中... 返り値 ( void ) なし 引数 ( ISyncClient * )client フレームワーク SyncServices クラス ISyncManager Instance Methods 使用可能 10.4 参照 -clientWithIdentifier: -registerClientWi…

snapshotOfRecordsInTruthWithEntityNames:usingIdentifiersForClient:

** -(ISyncRecordSnapshot *)snapshotOfRecordsInTruthWithEntityNames:(NSArray *)entityNames: usingIdentifiersForClient:(ISyncClient *)client: 解説 調査中... 返り値 ( ISyncRecordSnapshot * ) なし 引数 ( NSArray * )entityNames ( ISyncClient * …

registerSchemaWithBundlePath:

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

registerClientWithIdentifier:descriptionFilePath:

** -(ISyncClient *)registerClientWithIdentifier:(NSString *)clientIdentifier: descriptionFilePath:(NSString *)descriptionFilePath: 解説 調査中... 返り値 ( ISyncClient * ) なし 引数 ( NSString * )clientIdentifier ( NSString * )descriptionFi…

isEnabled

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

clientWithIdentifier:

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

sharedManager

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

filterMatchingAtLeastOneFilter:

** +(id <ISyncFiltering>)filterMatchingAtLeastOneFilter:(NSArray *)filters: 解説 調査中... 返り値 ( id <ISyncFiltering> ) オブジェクト() 引数 ( NSArray * )filters フレームワーク SyncServices クラス ISyncFilter Class Methods 使用可能 10.4 参照 例文</isyncfiltering></isyncfiltering>

filterMatchingAllFilters:

** +(id <ISyncFiltering>)filterMatchingAllFilters:(NSArray *)filters: 解説 調査中... 返り値 ( id <ISyncFiltering> ) オブジェクト() 引数 ( NSArray * )filters フレームワーク SyncServices クラス ISyncFilter Class Methods 使用可能 10.4 参照 例文</isyncfiltering></isyncfiltering>

syncAlertToolPath

** 解説 調査中... 返り値 ( NSString * ) なし 引数 フレームワーク SyncServices クラス ISyncClient Instance Methods 使用可能 10.4 参照 -setShouldSynchronize:withClientsOfType: -setSyncAlertHandler:selector: -setSyncAlertToolPath: -shouldSync…

supportedEntityNames

** 解説 調査中... 返り値 ( NSArray * ) なし 引数 フレームワーク SyncServices クラス ISyncClient Instance Methods 使用可能 10.4 参照 -registerClientWithIdentifier:descriptionFilePath: (ISyncManager) 例文

shouldSynchronizeWithClientsOfType:

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

shouldReplaceClientRecordsForEntityName:

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

setSyncAlertToolPath:

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

setSyncAlertHandler:selector:

** -(void)setSyncAlertHandler:(id)handler: selector:(SEL)selector: 解説 調査中... 返り値 ( void ) なし 引数 ( id )handler ( SEL )selector フレームワーク SyncServices クラス ISyncClient Instance Methods 使用可能 10.4 参照 -shouldSynchronize…

setShouldSynchronize:withClientsOfType:

** -(void)setShouldSynchronize:(BOOL)flag: withClientsOfType:(NSString *)clientType: 解説 調査中... 返り値 ( void ) なし 引数 ( BOOL )flag ( NSString * )clientType フレームワーク SyncServices クラス ISyncClient Instance Methods 使用可能 10…

setShouldReplaceClientRecords:forEntityNames:

** -(void)setShouldReplaceClientRecords:(BOOL)flag: forEntityNames:(NSArray *)entityNames: 解説 調査中... 返り値 ( void ) なし 引数 ( BOOL )flag ( NSArray * )entityNames フレームワーク SyncServices クラス ISyncClient Instance Methods 使用…

setObject:forKey:

** -(void)setObject:(id <NSCoding>)value: forKey:(NSString *)key: 解説 調査中... 返り値 ( void ) なし 引数 ( id <NSCoding> )value ( NSString * )key フレームワーク SyncServices クラス ISyncClient Instance Methods 使用可能 10.4 参照 例文</nscoding></nscoding>

setImagePath:

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

setFilters:

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

setEnabled:forEntityNames:

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

setDisplayName:

** -(void)setDisplayName:(NSString *)displayName: 解説 レシーバーの表示名をセットします。 返り値 ( void ) なし 引数 ( NSString * )displayName フレームワーク SyncServices クラス ISyncClient Instance Methods 使用可能 10.4 参照 -registerClien…

objectForKey:

** -(id)objectForKey:(NSString *)key: 解説 setObject:forKey:メソッドを使って設定されたキーでオブジェクト返します。 返り値 ( id ) オブジェクト() 引数 ( NSString * )key フレームワーク SyncServices クラス ISyncClient Instance Methods 使用可…