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
I have a question about SWRevealViewController.
I found the answer like using sw_custom.
My login viewcontroller and return a API response to let me know which is front viewcontroller.
I don't know how to use sw_custom because I use performSegue to push viewcontroller and it auto push to VC1.
I have a question about SWRevealViewController.
I found the answer like using
sw_custom
.My login viewcontroller and return a API response to let me know which is front viewcontroller.
I don't know how to use sw_custom because I use performSegue to push viewcontroller and it auto push to VC1.
If I want to accroding API response and push to VC2. How to do this?
And how to use
sw_custom
.Thanks.
Here is my example project: https://github.com/Bruce9487/TestMenuBae/tree/master
The text was updated successfully, but these errors were encountered: