-
Hi,
I'm evaluating to use your great library in my app. Only a question: in a `UINavigationController` based app is there a way to attach message only in top viewcontroller? In other words, when I po…
-
ios7 中 UINavigationController 的 interactivePopGestureRecognizer 会被触发
supwy updated
11 years ago
-
I'm having issue with iOS7 status bar...
Inside viewcontroller...
[self.navigationController.navigationBar setBarStyle:UIBarStyleBlackOpaque];
[self.navigationController.navigationBar setTintColor: …
-
Would be nice to add a completion handler to UINavigationController to BlocksKit. Implementations can be found here:
http://stackoverflow.com/questions/9906966/completion-handler-for-uinavigationcont…
-
Hi,
I have a question.
I have made collectionview to xib, but I can't move parent viewcontroller (viewcontroller is navigationcontroller)
It is calling to "move function" from xib. ("move functio…
-
Hi, i want to push a view controller with rootNavigationController from app delegate but i get an error
[SWRevealViewController pushViewController:animated:]: unrecognized selector sent to instance 0…
-
Can you please tell me what can be the reason that freshly compiled app is crashing during login ?
> );
PKKeychainVersionKey = 8;
PKLogNotificationServiceResponsesKey = 0;
VERSION =…
-
```
let nav1 = UINavigationController()
let homeVC = HomeVC(nibName: "HomeVC", bundle: nil)
nav1.viewControllers = [homeVC]
nav1.title = "HOME"
nav1.tabBarItem.image = UIImage(name…
-
Hello. Thanks for making this handy library. I've noticed that on modern iOS versions the swipe back functionality is broken despite the fact that an old fix is in place. Luckily, I found a solution b…
-
I have UITabBarController with ViewControllers which are embedded in UINavigationControllers (each VC has it's UINavigationController). Every VC has TableView. All delegates are set.
All VCs in vie…