macOS/iOS API解説

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

目次

iPhone3.0

translucent

解説 @property(nonatomic, assign, getter=isTranslucent) BOOL translucent 返り値 引数 フレームワーク UIKit クラス UISearchBar Property 使用可能 iPhone3.0 参照 例文

showsScopeBar

解説 @property(nonatomic) BOOL showsScopeBar 返り値 引数 フレームワーク UIKit クラス UISearchBar Property 使用可能 iPhone3.0 参照 例文

selectedScopeButtonIndex

解説 @property(nonatomic) NSInteger selectedScopeButtonIndex 返り値 引数 フレームワーク UIKit クラス UISearchBar Property 使用可能 iPhone3.0 参照 例文

scopeButtonTitles

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

Deceleration Constants

解説 const float UIScrollViewDecelerationRateNormal; const float UIScrollViewDecelerationRateFast; 返り値 引数 フレームワーク UIKit クラス UIScrollView Instance Methods 使用可能 iPhone3.0 参照 例文

zoomToRect:rectanimated:

rectanimated:(BOOL)animated 解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIScrollView Instance Methods 使用可能 iPhone3.0 参照 例文

setZoomScale:scaleanimated:

scaleanimated:(BOOL)animated 解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIScrollView Instance Methods 使用可能 iPhone3.0 参照 例文

zoomScale

解説 @property(nonatomic) float zoomScale 返り値 引数 フレームワーク UIKit クラス UIScrollView Property 使用可能 iPhone3.0 参照 例文

decelerationRate

解説 @property(nonatomic) float decelerationRate 返り値 引数 フレームワーク UIKit クラス UIScrollView Property 使用可能 iPhone3.0 参照 例文

motionEnded:withEvent:

INDEX>UIKit>UIResponder シェイクモーションが終了したときに呼び出されます。 -(void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event 解説 デバイスを振り終わった時に呼び出されます。 返り値 ( void ) 引数 ( UIEventSubtype )motion (…

-motionCancelled:withEvent:

INDEX>UIKit>UIResponder シェイクモーションがキャンセルされたときに呼び出されます。 -(void)motionCancelled:(UIEventSubtype)motion withEvent:(UIEvent *)event 解説 電話がかかってきた場合などに呼び出されます。 返り値 ( void ) 引数 ( UIEventSub…

-motionBegan:withEvent:

シェイクモーションが始まったときに呼び出されます。 -(void)motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event 解説 返り値 ( void ) 引数 ( UIEventSubtype )motion ( UIEvent * )event フレームワーク UIKit クラス UIResponder Instance …

canPerformAction:withSender:

アクションが使えるかどうか -(BOOL)canPerformAction:(SEL)action withSender:(id)sender 解説 返り値 ( BOOL ) 引数 ( SEL )action ( id )sender フレームワーク UIKit クラス UIResponder Instance Methods 使用可能 iPhone3.0 参照 例文

undoManager

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

UIPasteboardRemovedNotification

解説 返り値 引数 フレームワーク UIKit クラス UIPasteboard Instance Methods 使用可能 iPhone3.0 参照 例文

UIPasteboardChangedNotification

解説 返り値 引数 フレームワーク UIKit クラス UIPasteboard Instance Methods 使用可能 iPhone3.0 参照 例文

UserInfo Dictionary Keys

解説 UIKIT_EXTERN NSString *const UIPasteboardChangedTypesAddedKey; UIKIT_EXTERN NSString *const UIPasteboardChangedTypesRemovedKey; 返り値 引数 フレームワーク UIKit クラス UIPasteboard Notification 使用可能 iPhone3.0 参照 例文

Data Type Extensions

解説 UIKIT_EXTERN NSArray *UIPasteboardTypeListString; UIKIT_EXTERN NSArray *UIPasteboardTypeListURL; UIKIT_EXTERN NSArray *UIPasteboardTypeListImage; UIKIT_EXTERN NSArray *UIPasteboardTypeListColor; 返り値 引数 フレームワーク UIKit クラス…

Pasteboard Names

解説 UIKIT_EXTERN NSString *const UIPasteboardNameGeneral; UIKIT_EXTERN NSString *const UIPasteboardNameFind; 返り値 引数 フレームワーク UIKit クラス UIPasteboard Instance Methods 使用可能 iPhone3.0 参照 例文

valuesForPasteboardType:inItemSet:

-(NSArray *)valuesForPasteboardType:(NSString *)pasteboardType inItemSet:(NSIndexSet *)itemSet 解説 返り値 ( NSArray * ) 引数 ( NSString * )pasteboardType ( NSIndexSet * )itemSet フレームワーク UIKit クラス UIPasteboard Instance Methods 使…

valueForPasteboardType:

-(id)valueForPasteboardType:(NSString *)pasteboardType 解説 返り値 ( id ) 引数 ( NSString * )pasteboardType フレームワーク UIKit クラス UIPasteboard Instance Methods 使用可能 iPhone3.0 参照 例文

setValue:forPasteboardType:

-(void)setValue:(id)value forPasteboardType:(NSString *)pasteboardType 解説 返り値 ( void ) 引数 ( id )value ( NSString * )pasteboardType フレームワーク UIKit クラス UIPasteboard Instance Methods 使用可能 iPhone3.0 参照 例文

setData:forPasteboardType:

ペーストボード -(void)setData:(NSData *)data forPasteboardType:(NSString *)pasteboardType 解説 返り値 ( void ) 引数 ( NSData * )data ( NSString * )pasteboardType フレームワーク UIKit クラス UIPasteboard Instance Methods 使用可能 iPhone3.0 …

pasteboardTypesForItemSet:

-(NSArray *)pasteboardTypesForItemSet:(NSIndexSet *)itemSet 解説 返り値 ( NSArray * ) 引数 ( NSIndexSet * )itemSet フレームワーク UIKit クラス UIPasteboard Instance Methods 使用可能 iPhone3.0 参照 例文

pasteboardTypes

解説 返り値 ( NSArray * ) 引数 フレームワーク UIKit クラス UIPasteboard Instance Methods 使用可能 iPhone3.0 参照 例文

itemSetWithPasteboardTypes:

-(NSIndexSet *)itemSetWithPasteboardTypes:(NSArray *)pasteboardTypes 解説 返り値 ( NSIndexSet * ) 引数 ( NSArray * )pasteboardTypes フレームワーク UIKit クラス UIPasteboard Instance Methods 使用可能 iPhone3.0 参照 例文

dataForPasteboardType:inItemSet:

-(NSArray *)dataForPasteboardType:(NSString *)pasteboardType inItemSet:(NSIndexSet *)itemSet 解説 返り値 ( NSArray * ) 引数 ( NSString * )pasteboardType ( NSIndexSet * )itemSet フレームワーク UIKit クラス UIPasteboard Instance Methods 使用…

dataForPasteboardType:

指定したタイプのデータを返します。 -(NSData *)dataForPasteboardType:(NSString *)pasteboardType 解説 返り値 ( NSData * ) 引数 ( NSString * )pasteboardType フレームワーク UIKit クラス UIPasteboard Instance Methods 使用可能 iPhone3.0 参照 例文

containsPasteboardTypes:inItemSet:

-(BOOL)containsPasteboardTypes:(NSArray *)pasteboardTypes inItemSet:(NSIndexSet *)itemSet 解説 返り値 ( BOOL ) 引数 ( NSArray * )pasteboardTypes ( NSIndexSet * )itemSet フレームワーク UIKit クラス UIPasteboard Instance Methods 使用可能 iPh…

containsPasteboardTypes:

指定したタイプのデータが有るかどうかを返します -(BOOL)containsPasteboardTypes:(NSArray *)pasteboardTypes 解説 返り値 ( BOOL ) 引数 ( NSArray * )pasteboardTypes フレームワーク UIKit クラス UIPasteboard Instance Methods 使用可能 iPhone3.0 参…