I would like to implement a left side menu with a Tab bar controller in the same App. I already use Tab bar controller, but I would like to implement in only one UITableViewController a left side menu. Is it possible ?
I've tried MFSideMenu but it's too difficult to use... have you got any idea ?
iOS 7, Xcode 5.
Yes, it is possible Check this like for the tutorial. By using MMDrawerController you can achieve in swift.
And I Done the task check this git link after clone pod install
Related
I am using library https://github.com/jonkykong/SideMenu for make iOS app
but I don't know how to present sidemenu under the navigation controllers
I want like this one.
I want this
but my app shows this.
my app is like this
I want to make slide out navigation like gmail, I actually can make that by following the tutorial from appcoda in here https://www.appcoda.com/sidebar-menu-swift/
but the tutorial uses SWRevealViewController pod to make the slide out navigation, it seems SWRevealViewController no longer maintaned, and it will give more and more warning in the next update of swift version, it makes me worried.
so how to make slide out navigation like gmail from scratch ? or is there any pod available that still maintained that can handle this? could you please share it to me ? I have tried to find, but I can't find one
I'm new into ios development. I'm trying to implement a small contact manager application. I'm following a tutorial from this link http://www.kaleidosblog.com/swift-side-menu-tutorial-how-to-create-a-custom-side-menu-in-ios and I followed many, but which didn't satisfy my requirements. What I'm trying to achieve is having a sidebar menu, and have a table view as my main view. Most of the examples showed how to use them with a normal view controller. A clear example is how BBM works on iphone, when you tap more or the sidebar button. From the provided link, is there anywhere to change the initial view to table view? I've tried but it wasn't successful. I'll appreciate any help, My application as to be submitted soon. Thanks.
You can use this link for side bar menu using UITablView
http://www.appcoda.com/sidebar-menu-swift/
I want to create side bar menu in iOS application like android using xib not by storyboard?
please help me on above.
Thanks
You can do a slide menu by using MFSideMenu
from git hub.
There are provide you a simple demo application also. Try to use this
I'm trying to create an APP prototype and I was wondering what is the name of animation/transition effect that you see on top of the mailing app when you click the new message button. It's animation effect where the navigation bar does not fully go to the top of the screen and you can the previous view in the background? And is there way to add that animation effect to my storyboard? If not, is there a easily available library that will
I do believe that is a custom transition for which apple does not provide api.