macOS/iOS API解説

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

目次

UILocalizedIndexedCollation

UILocalizedIndexedCollationクラス

INDEX>UIKit インデックスコレクションクラス apple 継承 NSObject 準拠 NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 Available in iPhone OS 2.0 and later. 定義 UILocalizedIndexedCollation.h 解説 概要 …

sortedArrayFromArray:collationStringSelector:

ソートされた配列を返します -(NSArray *)sortedArrayFromArray:(NSArray *)array collationStringSelector:(SEL)selector 解説 返り値 ( NSArray * ) 引数 ( NSArray * )array ( SEL )selector フレームワーク UIKit クラス UILocalizedIndexedCollation In…

sectionForSectionIndexTitleAtIndex:

-(NSInteger)sectionForSectionIndexTitleAtIndex:(NSInteger)indexTitleIndex 解説 返り値 ( NSInteger ) 引数 ( NSInteger )indexTitleIndex フレームワーク UIKit クラス UILocalizedIndexedCollation Instance Methods 使用可能 iPhone3.0 参照 例文

sectionForObject:collationStringSelector:

データをセクションでわける -(NSInteger)sectionForObject:(id)object collationStringSelector:(SEL)selector 解説 返り値 ( NSInteger ) 引数 ( id )object ( SEL )selector フレームワーク UIKit クラス UILocalizedIndexedCollation Instance Methods …

currentCollation

現在のコレクション 解説 返り値 ( id ) 引数 フレームワーク UIKit クラス UILocalizedIndexedCollation Instance Methods 使用可能 iPhone3.0 参照 例文

sectionTitles

セクションタイトル 解説 @property(nonatomic, readonly) NSArray *sectionTitles ( NSArray * ) フレームワーク UIKit クラス UILocalizedIndexedCollation Property 使用可能 iPhone3.0 参照 例文

sectionIndexTitles

解説 @property(nonatomic, readonly) NSArray *sectionIndexTitles 返り値 ( NSArray * ) 引数 フレームワーク UIKit クラス UILocalizedIndexedCollation Property 使用可能 iPhone3.0 参照 例文