我想要一个Facebook风格的滑盖式UITableView。我已经做到了,动画和投影等等。我担心的是我以完全错误的方式进行操作,结果事情并不完全正确。应用程序有一个rootViewController(UIWindow的),它是一个UINavigationController。UINavigationController(它的RootViewController)中的一个View设置了leftBarButtonItem属性。以下是按下按钮时运行的代码。-(void)showFeedList{//setthefeedlistasshowingevenbeforeitisfeedList
我使用自定义UINavigationController作为rootViewController。UINavigationController的第一个viewController是一个UITabBarController。每个UITabBarController都是自定义的UINavigationConller。当显示tabBarController时,我隐藏了rootViewController的navigationBar.InittheUITabbarController+(RDVTabBarController*)tabBarControllertWithIndex:(NSUIn
我有一个配置UITableView,可以通过UINavigationController方法启动颜色选择器:[self.navigationControllerpushViewController:colorPickerViewControlleranimated:YES];[colorPickerViewControllerrelease];这意味着ColourPicker的顶部将有一个导航栏(和后退按钮)ColourPickerViewControll及其ViewColourPickerView的结构如下:-ColourPickerViewController-init'sXIBf