macOS/iOS API解説

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

目次

UITabBarDelegate

tabBar:willEndCustomizingItems:changed:

-(void)tabBar:(UITabBar *)tabBar willEndCustomizingItems:(NSArray *)items changed:(BOOL)changed 解説 (void)tabBar:(UITabBar *)tabBar willEndCustomizingItems:(NSArray *)items changed:(BOOL)changed 返り値 ( void ) 引数 ( UITabBar * )tabBar (…

tabBar:willBeginCustomizingItems:

-(void)tabBar:(UITabBar *)tabBar willBeginCustomizingItems:(NSArray *)items 解説 (void)tabBar:(UITabBar *)tabBar willBeginCustomizingItems:(NSArray *)items 返り値 ( void ) 引数 ( UITabBar * )tabBar ( NSArray * )items フレームワーク UIKit …

tabBar:didSelectItem:

-(void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item 解説 (void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item 返り値 ( void ) 引数 ( UITabBar * )tabBar ( UITabBarItem * )item フレームワーク UIKit クラス UITabB…

tabBar:didEndCustomizingItems:changed:

-(void)tabBar:(UITabBar *)tabBar didEndCustomizingItems:(NSArray *)items changed:(BOOL)changed 解説 (void)tabBar:(UITabBar *)tabBar didEndCustomizingItems:(NSArray *)items changed:(BOOL)changed 返り値 ( void ) 引数 ( UITabBar * )tabBar ( N…

tabBar:didBeginCustomizingItems:

-(void)tabBar:(UITabBar *)tabBar didBeginCustomizingItems:(NSArray *)items 解説 (void)tabBar:(UITabBar *)tabBar didBeginCustomizingItems:(NSArray *)items 返り値 ( void ) 引数 ( UITabBar * )tabBar ( NSArray * )items フレームワーク UIKit ク…