You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it doesn't do anything. I've also tried running setNeedsSupportedDrawerPositionsUpdate on ViewWillAppear, but it still doesn't change anything.
All the above code is in the drawerViewController. I have also tried taking the demo and just setting supportedDrawerPositions, and it that works fine.
The text was updated successfully, but these errors were encountered:
Is your delegate method being called if you set a breakpoint? If it’s not, it’s possible that a different VC is actually taking the role of this delegate.
This occurs if you’re using a parent view controller such as a navigation controller, tabbar controller, etc. In those cases, the parent VC is the delegate.
I have a project that's based on the demo. However, when I try to set the supportedDrawerPositions like this:
it doesn't do anything. I've also tried running
setNeedsSupportedDrawerPositionsUpdate
onViewWillAppear
, but it still doesn't change anything.All the above code is in the
drawerViewController
. I have also tried taking the demo and just settingsupportedDrawerPositions
, and it that works fine.The text was updated successfully, but these errors were encountered: