UITabBarDelegate
-(void)tabBar:(UITabBar *)tabBar willEndCustomizingItems:(NSArray *)items changed:(BOOL)changed 解説 (void)tabBar:(UITabBar *)tabBar willEndCustomizingItems:(NSArray *)items changed:(BOOL)changed 返り値 ( void ) 引数 ( UITabBar * )tabBar (…
-(void)tabBar:(UITabBar *)tabBar willBeginCustomizingItems:(NSArray *)items 解説 (void)tabBar:(UITabBar *)tabBar willBeginCustomizingItems:(NSArray *)items 返り値 ( void ) 引数 ( UITabBar * )tabBar ( NSArray * )items フレームワーク UIKit …
-(void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item 解説 (void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item 返り値 ( void ) 引数 ( UITabBar * )tabBar ( UITabBarItem * )item フレームワーク UIKit クラス UITabB…
-(void)tabBar:(UITabBar *)tabBar didEndCustomizingItems:(NSArray *)items changed:(BOOL)changed 解説 (void)tabBar:(UITabBar *)tabBar didEndCustomizingItems:(NSArray *)items changed:(BOOL)changed 返り値 ( void ) 引数 ( UITabBar * )tabBar ( N…
-(void)tabBar:(UITabBar *)tabBar didBeginCustomizingItems:(NSArray *)items 解説 (void)tabBar:(UITabBar *)tabBar didBeginCustomizingItems:(NSArray *)items 返り値 ( void ) 引数 ( UITabBar * )tabBar ( NSArray * )items フレームワーク UIKit ク…