I have my sidebar placed in a xib file with a UIViewController now I need to load this xib file into a container. how do I do this?
please give me a swift code example thanx in advance
I have my sidebar placed in a xib file with a UIViewController now I need to load this xib file into a container. how do I do this?
please give me a swift code example thanx in advance
If you want to use sidebar in your app use swrevealviewcontroller
It is third party control.but easy to use and implement.
May be it will help you.