macOS/iOS API解説

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

目次

UIPasteboard

UIPasteboardクラス

INDEX>UIKit> ペーストボード 継承 UIView : UIResponder : NSObject 準拠 NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iOS 3.0 定義 UIPasteboard.h 概要 フレームワーク 参照 メソッドとプロパティ ペースト…

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 参…

addItems:

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

removePasteboardWithName:

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

pasteboardWithUniqueName

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

pasteboardWithName:pasteboardNamecreate:

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

generalPasteboard

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

URLs

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

URL

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

strings

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

string

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

persistent

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

numberOfItems

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

name

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

items

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