摘要: 1:主程序底部TabBar的功能实现效果图:主要代码如下:- (UITabBarController*)setRootVC:(BOOL)bShowCart{ //创建一个子控制器 用于显示当前的tab TabHomeVC *homeVC = [[TabHomeVC alloc] init... 阅读全文
posted @ 2015-07-22 15:17 踏浪帅 阅读(1804) 评论(0) 推荐(0) 编辑
摘要: 1:键盘事件顺序UIKeyboardWillShowNotification // 键盘显示之前UIKeyboardDidShowNotification // 键盘显示完成后UIKeyboardWillHideNotification // ... 阅读全文
posted @ 2015-07-22 14:37 踏浪帅 阅读(998) 评论(0) 推荐(0) 编辑