摘要:
关于如何隐藏UITabbar的问题,曾经困扰过很多人。1,设为Hidden, 这种方法虽然将TabBar隐藏掉,但是下面是一片空白,没有起到隐藏的实际功效2,设置tabbar.frame = CGRectMake(0,480+);既将tabbar的frame 降低到屏幕一下。 这种方法也不行。其实iphone SDK里面有一个参数,可以直接隐藏掉UITabBar:不过使用该参数,虽然可以成功隐藏T... 阅读全文
摘要:
不多说了,直接上代码。复制可用CustomerTabBarController.h@interface CustomerTabBarController : UITabBarController {}@endCustomerTabBarController.m@implementation CustomerTabBarController//@synthesize tabBarTest;- (void)viewDidLoad {//方法一,使用颜色自定义UItabBar : /* [super viewDidLoad]; CGRect frame = CGRectMake(0, 0, 3... 阅读全文
摘要:
CustomNavController.hCustomNavController.m在需要调用的地方添加如下代码: 阅读全文
摘要:
iphone UINavgationBar 阅读全文