-
Getting black screen of main controller
http://prntscr.com/lnwph5
-
I have a black blick https://imgur.com/a/1K6BjGI
My code:
let mainContentVC = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "PrimaryContentViewControl…
-
This one https://imgur.com/a/4nv4oOm
2.6.0 swift 3
-
-
my drawer content VC is inside a nav controller. it works but I don't get the delegate callbacks. I tried setting them manually (see below), but it doesn't seem to work. Advice?
```
let navigation…
-
Hello @danieldahan. I'm trying to make a tab based app with a navigation bar and a navigationdrawermenu. So far i have succeeded in implementing the following flow -
- BottomNavigationController -…
-
I have a project based on the Demo and somehow the delegate system has become disconnected and I can't see how the Demo project sets it.
In my DrawerViewController I now manually set the pulleyView…
-
Hi, I have a marker. when the user taps the marker I would like to so collapsedDrawerHeight. and than drawerViewcontroller have a close button when the user taps close I need to close pulley. kindly d…
-
Love this pod and the great delegates, just hoping to get some clarity on how this should be handled, not using largeTitles is very incongruous with our app style, and a lot of polished UX apps use th…
-
App crashes when I try to constraint a table view to the main view of the drawer view controller. I'm not using a XIB / Storyboard.
Inside my DrawerViewController:
```
override func viewDidLoad()…