macOS/iOS API解説

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

目次

iPhone3.0

lineBreakMode

@property(nonatomic) UILineBreakMode lineBreakMode 解説 (Deprecated. Instead set the line-break mode attribute of the UILabel objects assigned to the textLabel and detailTextLabel properties.) 返り値 引数 フレームワーク UIKit クラス UITabl…

imageView

セルのイメージビュー @property(nonatomic, readonly, retain) UIImageView *imageView 解説 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文

image

解説 (Deprecated. Instead use the imageView property to get UIImageView object and then get or set the encapsulated image.) @property(nonatomic, retain) UIImage *image 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可…

highlighted

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

hidesAccessoryWhenEditing

解説 (Deprecated. Use the editingAccessoryType and editingAccessoryView properties instead.) @property(nonatomic) BOOL hidesAccessoryWhenEditing 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文

font

解説 (Deprecated. Instead, set the fonts of the UILabel objects assigned to the textLabel and detailTextLabel properties.) @property(nonatomic, retain) UIFont *font 返り値 引数 フレームワーク UIKit クラス UITableViewCell Property 使用可能 …

editingAccessoryView

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

editingAccessoryType

編集中のアクセサリタイプ @property(nonatomic) UITableViewCellAccessoryType editingAccessoryType 解説 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文

editAction

解説 使用停止。セルでタップのハンドリングは tableView:commitEditingStyle:forRowAtIndexPath:や tableView:accessoryButtonTappedForRowWithIndexPath: を代わりに使います。 @property(nonatomic) SEL editAction 返り値 引数 フレームワーク UIKit ク…

detailTextLabel

詳細情報 @property(nonatomic, readonly, retain) UILabel *detailTextLabel 解説 フレームワーク UIKit クラス UITableViewCell Property 使用可能 iPhone3.0 参照 例文

accessoryAction

解説 使用停止。セルでタップのハンドリングは tableView:commitEditingStyle:forRowAtIndexPath: tableView:accessoryButtonTappedForRowWithIndexPath: を代わりに使います。 @property(nonatomic) SEL accessoryAction 返り値 引数 フレームワーク UIKit …

UITableViewIndexSearch

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

UITableViewRowAnimation

INDEX>UIKit>UITableView> テーブル行のアニメーション typedef struct { UITableViewRowAnimationFade, UITableViewRowAnimationRight, UITableViewRowAnimationLeft, UITableViewRowAnimationTop, UITableViewRowAnimationBottom, UITableViewRowAnimation…

reloadSections:sectionswithRowAnimation:

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

reloadSectionIndexTitles

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

reloadRowsAtIndexPaths:withRowAnimation:

-(void)reloadRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation 解説 返り値 ( void ) 引数 ( NSArray * )indexPaths ( UITableViewRowAnimation )animation フレームワーク UIKit クラス UITableView Instance…

allowsSelection

セルを選択できるかどうか @property(nonatomic) BOOL allowsSelection 解説 フレームワーク UIKit クラス UITableView Property 使用可能 iPhone3.0 参照 例文

tabBar

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

selectedViewController

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

selectedIndex

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

setActive:animated:

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

initWithSearchBar:contentsController:

-(id)initWithSearchBar:(UISearchBar *)searchBar contentsController:(UIViewController *)viewController 解説 返り値 ( id ) 引数 ( UISearchBar * )searchBar ( UIViewController * )viewController フレームワーク UIKit クラス UISearchDisplayContro…

searchResultsTableView

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

searchResultsDelegate

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

searchResultsDataSource

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

searchContentsController

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

searchBar

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

delegate

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

active

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

setShowsCancelButton:animated:

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