How to Make a Slide Out Menu with Objective-C in Xcode

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025
  • Download The Project Files Here - archetapp.com/2...
    Sorry about the moment of silence at 7:40 - 7:56! Hope you enjoyed it anyway :)
    How to Make a Slide Out Menu with Objective-C in Xcode
    Check out my Website - www.archetapp.com
    Check me out on Twitter - / archetapp
    Donate (Thank you!) - www.paypal.com...
    Donate (Thank you!) - www.paypal.com...

ความคิดเห็น • 207

  • @Archetapp
    @Archetapp  10 ปีที่แล้ว +9

    Can't believe I didn't edit that part out at 7:40! Anyways, I hope you guys enjoyed the tutorial anyway :)

    • @appmonster3924
      @appmonster3924 10 ปีที่แล้ว

      I have make Piano Tiles! Full! I Won't Release any of the coding i did.

    • @appmonster3924
      @appmonster3924 10 ปีที่แล้ว

      What do you make your Website With? Who is your Host?

    • @youangrynoobxbl
      @youangrynoobxbl 10 ปีที่แล้ว

      Can you do another part to the line

    • @Archetapp
      @Archetapp  10 ปีที่แล้ว +2

      AppMonster I did a WordPress website, and then just bought a domain through them. I hope to program my own website, but I need to save a few dollars first :)

    • @appmonster7339
      @appmonster7339 10 ปีที่แล้ว

      Jared Davidson
      HTML & CSS are the Easiest to learn tho!

  • @DonAngelo333
    @DonAngelo333 10 ปีที่แล้ว

    That was the easiest and the best way to achieve the menu. That saved me so much digging in the net, unsuccessful integration of projects and etc ( time ).
    Thanks for your help !

  • @swiftMyDay
    @swiftMyDay 9 ปีที่แล้ว

    This is a serious tutorial. Highly recommended . Well done Jared!

    • @Archetapp
      @Archetapp  9 ปีที่แล้ว

      Joaquin Pereira Thanks! :)

  • @retrogamer815
    @retrogamer815 9 ปีที่แล้ว

    Looks like this video is a little old, but I followed it and it helped a ton! Thanks Jared! I had no idea how to make a slide-out menu until I came across this video.

  • @props88
    @props88 8 ปีที่แล้ว

    Great Tutorial. Can you make another tutor that uses a login button? I have a login screen that I need the user to get through first then I want to use this slide out menu, but it does not work correctly.

  • @MadzFlorenosos
    @MadzFlorenosos 10 ปีที่แล้ว

    Hi, I tried to do it but I got an error upon trying to run it the first time (around 8:20).
    'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
    Any idea what I did wrong?

  • @BlackPandaPodcast
    @BlackPandaPodcast 8 ปีที่แล้ว +1

    An updated video would be very helpful instead of going through comments and wasting a lot of time but at the end of the day i got it to work (sorta!)

  • @globemasterhd7105
    @globemasterhd7105 9 ปีที่แล้ว

    8:09 when ever I put _barButton.target = self.revealViewController; it says property 'revealViewController' not found on object of type 'view controller' did you mean "modalViewController" then it say it is deprecated in IOS 6.0? It also says this for the pan gesture revealViewController? Pls help as soon as possible. It also so says the (revealToggle:); needs to be Modal but then says the same thing again could you help.
    Thanks

  • @jaqenh1780
    @jaqenh1780 10 ปีที่แล้ว

    hey Jared, i couldn't find reveal view controller at 3:14. there's only reveal view push and set

  • @origamicaptain5664
    @origamicaptain5664 10 ปีที่แล้ว +2

    This is EXACTLY what I was looking to learn. Thank you so much! Is there anyway you could you do an update of this with swift?

  • @UbiquitousCrum
    @UbiquitousCrum 10 ปีที่แล้ว +1

    All 3 view controllers seem to be loaded new everytime a menu item is selected.
    Is there a way to make them load new only if they are selected for the 1st time? Sort of acting like a push.
    i.e. your 3rd item - map, if the user does some stuff like enters something into a text box, happens to then goto a different menu item then come back, I want them to continue where they left, not load a brand new scene so they have to re-enter stuff.

  • @amynguyen5130
    @amynguyen5130 9 ปีที่แล้ว

    Thanks a lot ! But, do you have a video to create slide menu not use storyboard ?

  • @MrFreemindonly
    @MrFreemindonly 10 ปีที่แล้ว +2

    Awsome video, work perfectly with simplicity and I really loved your clarity and enthusiasm. Only one thing when I try to sague the menu to my actual project view controller the uinavigation doesn't show the bar item so no way to go back . I should close the app and open it again ,,, what do you think is happening in my case !!!

  • @JimAtwood
    @JimAtwood 10 ปีที่แล้ว

    Great work Jared! Would love to see a similar tutorial in Swift someday.

  • @BMac1435
    @BMac1435 10 ปีที่แล้ว

    How do you connect one tableview to another by pushing in Xcode? What I'm wanting is to take my Slide Out menu to another set of tableviews, then from there I am trying to take those tableview cells to viewcontrollers.

  • @TechRyanCasey
    @TechRyanCasey 10 ปีที่แล้ว

    How do I have a selection marker on the slide out menu? For example, on the youtube app, you can tell what page your currently on because of the rectangle around it. Please respond soon. I really want to use this code. Thanks!

  • @ReashedTulon1971
    @ReashedTulon1971 10 ปีที่แล้ว +1

    Thanks a lot Jared. It works great. Just wondering can I use it for right side slide menu as well?? If so what would be the changes should I make?
    Thanks again. Have a good day.

  • @OmotayoJacob
    @OmotayoJacob 9 ปีที่แล้ว

    I did everything correct but the sw_rear does not show to much extent that your showed, mine was just to half of the screen. What could be wrong? or what could i do to extend the extent of the sw_rear/

  • @dannymtv7165
    @dannymtv7165 10 ปีที่แล้ว

    How do you make and add button on the slide out menu that allows you to create a cell that opens a view?

  • @MrCoolCats
    @MrCoolCats 10 ปีที่แล้ว

    Thank you for this video. Will a swift version of this be available soon?

  • @HridayeshGupta
    @HridayeshGupta 9 ปีที่แล้ว

    Thanks for useful info. I was trying to make menu on the right. I changed segue from sw_rear to sw_right. It did open from right but left part of menu was clipped. Also during swipe animation it started revealing from right most edge instead of left which looked weird. any solution?

  • @MogaSatuHandharu
    @MogaSatuHandharu 10 ปีที่แล้ว

    Thanks Jared, this is what i was looking for. Good tutorial. Hope you will create more tutorials for iOS app development.

  • @effinbaka4732
    @effinbaka4732 10 ปีที่แล้ว +1

    When I make more then 4 view controllers the bar button item will disappears when you get to the view controllers, it works for the first 3, but after 3 the bar button disappears. But when i swipe the menu open ups, but the barbutton item is gone, please help!

  • @killerinJP
    @killerinJP 10 ปีที่แล้ว

    I have a question for you Jared. Since I use the same one and working perfectly so far. However when I tried to migrate it to 64 bit as apple required, it does not support it well. I tried hard to make it compile without error ( comment many line as what net recommended) however, it crashes in iphone 6 or 64 bit smart phone, and even I spent tons of time later to modify the main program, the final result is no crash, but also no response either. Look forward to your reply. Thanks,

  • @baatar
    @baatar 10 ปีที่แล้ว

    At 3:16, I don't see the segue option for reveal view controller, only reveal view controller push and set controllers. I'm using XCode 6 and I'm using the latest SWRevealViewController cloned from their git repo. Any advice?

    • @abdullahelqaq4252
      @abdullahelqaq4252 10 ปีที่แล้ว +1

      Use the SWRevealViewController files from his initial project files - although deprecated by the original developers, they still work perfectly, and they're best to use if you're following this tutorial.

    • @baatar
      @baatar 10 ปีที่แล้ว

      I figured it out, you have to use a custom segue and use the sw_rear or such keywords to make it work in the new files.

  • @lionxcr
    @lionxcr 10 ปีที่แล้ว

    hey dude nice tutorial! thanks for the code really easy to integrate and make it work!

  • @mohdmunawar8292
    @mohdmunawar8292 8 ปีที่แล้ว

    while giving maping between revealVC to tableVC reavealVC option is not coming only revealVC push and set option is displaying what should i select?

  • @draugvendiorff
    @draugvendiorff 10 ปีที่แล้ว

    Thanks a lot, Jared. This tutorial is very useful.

  • @BelIend
    @BelIend 9 ปีที่แล้ว

    great video! very helpful - thank you!
    just wondering if there is a way to add one to the right hand side of the screen as well?

  • @anujgarg744
    @anujgarg744 9 ปีที่แล้ว

    Hello, when i click on any item on tableview, it goes to another view controller with the help of Modal segue. But i want to come on root view controller from that view controller. So, how can i come back. please tell me?

  • @Lightning920705
    @Lightning920705 9 ปีที่แล้ว

    please respond. How can I make it so it opens up from the other side of the view controller? right to left. thanks

  • @evanfisher7361
    @evanfisher7361 9 ปีที่แล้ว

    Is it possible to make the menu slide on top of the main page? Also, how do you insert a page before the main page? For instance, Facebook app would have a sign in page before the main page and the sliding menu appears. How to insert this sign in page? I'm trying, but can't seem to get it right. A slight change and the simulation build fails.

  • @VasoVasich
    @VasoVasich 10 ปีที่แล้ว

    I downloaded the files and put them into the supporting files folder. I have a problem when i do the #import "SWRevealViewController" ... it says that it cannot find it ? Please help

  • @AingTeckchun
    @AingTeckchun 9 ปีที่แล้ว

    Hi, I watched ur tutorials, and It worked fine when I click on each cell it direct to desired view controller , but the menu button won't appear in each view controller. pls help

  • @eduardowinston
    @eduardowinston 10 ปีที่แล้ว

    i have a question, this slide-menu as you did in horizontal form, but its likely i did in horizontal form? ... i get an app (SPLYCE) wiht this feature, thanks for response.

  • @rifatnsu9054
    @rifatnsu9054 8 ปีที่แล้ว

    Can you please share the link of the full project? The link is not working.

  • @angeltorres5043
    @angeltorres5043 10 ปีที่แล้ว

    hello could you show me how you put the menu sections

  • @timvanderzee9061
    @timvanderzee9061 10 ปีที่แล้ว

    Hello, everything works, but now I want to add a working Table View to one of the View Controllers. So, that if you click on a cell of the Table View, you see a description or an image.

  • @MustafaKhanAviary
    @MustafaKhanAviary 9 ปีที่แล้ว

    Hi Jared,
    Thanks for files. But have some problem, when I connect Reveal View Contorller with Table view controller not show Reveal controller only shows push controller and set controller.. Kindly help.
    Thanks in advance
    Regards

  • @MuktinathVishwakarma
    @MuktinathVishwakarma 9 ปีที่แล้ว

    Hello Jared, Thanks for this. But I am getting Problem with Xcode 6. When I am trying to connect "Reveal View Controller" to "Table View Controller" and "Navigation Controller" then i am not getting "reveal view controller" as a option. Please Help. Thanks.

  • @vijay7yadav
    @vijay7yadav 10 ปีที่แล้ว

    Hi Jerad,
    Thanks for the tutorial. It helped me out.
    Can you please let me know how to open it from right side?
    thanks in advance

  • @MoxetKhan
    @MoxetKhan 10 ปีที่แล้ว

    Perfect! do you have any tutorial for simple input box and output?

  • @Victorggm
    @Victorggm 9 ปีที่แล้ว

    Muy bueno. Really good man. I just got lost in the moment of adding navigationViewController because I can´t find it. but now works really good. Thanks.

  • @marcbiaggini
    @marcbiaggini 10 ปีที่แล้ว

    Hi, your video is awesome It was truly helpful for me, but when I tap or move the slide menu for the first time it has a some kind of delay, after that the delay disappears. Do you have any Idea why? any Suggestion?

  • @ashumohan1985
    @ashumohan1985 9 ปีที่แล้ว

    Hii , Nice tutorial ! great work.
    i want to do few operations in the new viewcontrollers that are launched on clicking an item from the slide out menu,
    hence want to associate a class file to each of the new view controllers. How can i do it ?
    I tried assigining new view controllers a class of UIViewController, UITableViewController, UINavigationViewController,
    but it crashes saying "setValue:forUndefinedKey- this class is not key value coding compliant for the keyBarButton".
    Please reply.

  • @fg6970
    @fg6970 10 ปีที่แล้ว

    Do you got this tutorial but with swift???

  • @issamouzali3922
    @issamouzali3922 9 ปีที่แล้ว

    hello.
    i have a probleme when i set my project on iphone the table view works fine but when i switch it to universal it's stops working as usual

  • @shoaibhassan7993
    @shoaibhassan7993 7 ปีที่แล้ว

    hi Jared Davidson well teach but i want to create menu with custom cell and how can i move toward different view controller using custom table view cell i am waiting for your reply

  • @jasser2020
    @jasser2020 10 ปีที่แล้ว

    when using a navigation button to get back to the previous View Controller, the slide menu doesn't show anymore ! i press the slide menu button but the menu doesn't show,
    it shows when i first run the app, but when going to any other View Controller and using the Back Button to go back, the menu simply won't show !
    can u help ?

  • @harishnanumala6005
    @harishnanumala6005 7 ปีที่แล้ว

    i cant download the files it showing error in the tab could you say how to download

  • @chrishalcrow3722
    @chrishalcrow3722 9 ปีที่แล้ว +4

    The first two segues from the Reveal View Controller to the Table View and Navigation Controller need class SWRevealViewControllerSegueSetController - this isn't obvious in the video and if the class isn't correct you'll get an error.

  • @castrojeff1
    @castrojeff1 9 ปีที่แล้ว

    I have xcode 6.4 and after i have the nav table and then delete the other table. then replace it with a table view controller. it won't let me "root" the navigation controller to the new view controller. :( any tips on how to make it work? can't go on with your video if i can't do that.. it would be great if you respond to me thanks. :)

  • @origamicaptain5664
    @origamicaptain5664 10 ปีที่แล้ว

    Do you think you will do another one of these in swift?

  • @StonkeyKong
    @StonkeyKong 10 ปีที่แล้ว

    @Jared Davidson is there any way you could do a tutorial of this but with Swift. I never learned Obj-C. /:

  • @globemasterhd7105
    @globemasterhd7105 9 ปีที่แล้ว

    I have done the exact same code but it says it has mistakes please help!!!!!
    Thank you

  • @Ron-ni4od
    @Ron-ni4od 10 ปีที่แล้ว

    Thanks for the tutorial mate... really appreciate it.

  • @lailaalfayyadh2457
    @lailaalfayyadh2457 10 ปีที่แล้ว

    Great tutorial! For someone totally new to iOS, this was very helpful and easy to follow along!
    Am I be able to change the content in the side bar based on whichever ViewController I'm on? Let's say, for example, I'm using a tabbed view controller with two tabs: "boy" and "girl" and would like the side menu to change based on which ever tab I'm currently on. How would I do something like that?

  • @shivamjasoliya1662
    @shivamjasoliya1662 5 ปีที่แล้ว

    one error is generate
    in the [self.view addGestureRecognizer:self.revealViewController.panGestureRecognizer];
    in which I can try to tap menu button there will no any responce

  • @sherwoodhughes
    @sherwoodhughes 9 ปีที่แล้ว +2

    Everything went well until the code for the prepareForSegue. Evidently SWRevealViewControllerSegue has been deprecated and one should now use SWRevealViewControllerSegueSetController or SWRevealViewControllerSeguePushController. Do have updated code for the prepareForSegue function? Other than this issue great tutorial and thanks!

    • @boubakerkalfat6979
      @boubakerkalfat6979 8 ปีที่แล้ว +2

      +Sherwood Hughes actually you don't need that code in prepareForSeque anymore just link the table view with the other views as Reveal View Controller Push Controller (and not Reveal View Controller you wont find it anyway) and it simply work.
      hope this helps you, i had the same issue and i just figured out how to fix it, so i wanted to share :D

  • @EdenHalfonB
    @EdenHalfonB 10 ปีที่แล้ว

    Hi,
    Im trying to remove one of the items after doing login.
    Is it possible?

  • @VasudevKuchibhotla
    @VasudevKuchibhotla 10 ปีที่แล้ว

    I just finished doing the project but when I run it, I'm left with 2 blacks bars on the top and bottom. At first I thought it was running at the size of a 3.5inch iPhone, but then I realised that it happens with iPhone 6 and 6 Plus too and the bar size is similar. Can anyone help me out?

  • @Pujakumari-on6gw
    @Pujakumari-on6gw 8 ปีที่แล้ว

    NOT showing Reveal view controller option when trying connection from reveal view controller to table view controoler.
    I am using xcode 8.2.1.

  • @Chempo
    @Chempo 10 ปีที่แล้ว

    Thanks man, your video helped me a lot.

  • @Tavo-Entertainment
    @Tavo-Entertainment 10 ปีที่แล้ว

    Hi Jared!, Thank you for this video, do you have any tutorial about login controller?

  • @sumaiitv4977
    @sumaiitv4977 7 ปีที่แล้ว

    sir, project files are not downloading can you please clear the problem

  • @heefan-lee
    @heefan-lee 8 ปีที่แล้ว +1

    Thanks for the tutorial for storyboard. I would like to update some tips,
    Tested Environment:
    MacOSX 10.11.4
    iOS 9.3.1
    Objective C, Storyboard
    SWRevealViewController 2.4.0
    Xcode 7.3
    1. Before 8:20, "Item" button doesn't work for me. It did not have any response when I clicked.
    => Result: I made it work after I understood the entire project and draw all the views on storyboard, and linked with each other. And it works for me.
    2. Use set ("SWRevealViewControllerSegueSetController") for segue with id "sw_rear"
    3. Use set ("SWRevealViewControllerSegueSetController") for segue with id "sw_front"
    4. Other segue can be push ("SWRevealViewControllerSeguePushController") without id, normally.
    Hope others can make it smoothly.

    • @katherinezambrano957
      @katherinezambrano957 8 ปีที่แล้ว +1

      what did you different when linking the views with each other?

  • @inhduong9350
    @inhduong9350 9 ปีที่แล้ว

    Thank you Jared, you saved me !!!

    • @andrewsien
      @andrewsien 9 ปีที่แล้ว

      +Đinh Dương Mes Que Un Club!!!

  • @amoghabajracharya7753
    @amoghabajracharya7753 9 ปีที่แล้ว

    Can i put view controller instead of table view

  • @hankthetank4238
    @hankthetank4238 9 ปีที่แล้ว

    Hi Jared, really appreciate your lecture! Do you know how to integrate core data into this project? I do not know where should I pass the NSManagedContext and so on.. Thanks in advance!

  • @explorer_chandru9629
    @explorer_chandru9629 8 ปีที่แล้ว

    how to take value in front view which is selected in back view??

  • @oluwoleelvisbenson838
    @oluwoleelvisbenson838 4 ปีที่แล้ว

    The link to the Project files is not working. Can you help?

  • @danasilaandbhavana
    @danasilaandbhavana 9 ปีที่แล้ว

    Hi Sir, it's could make the table view list item dynamically increment by the number of item in array

  • @Aste2isk
    @Aste2isk 10 ปีที่แล้ว

    i cant change active color in list menu. pls tell me :(

  • @GilP-BM
    @GilP-BM 10 ปีที่แล้ว

    Great video Jared,
    Thanks.

  • @hebunzengin.
    @hebunzengin. 9 ปีที่แล้ว

    How can I reach you please help me

  • @anvarna4148
    @anvarna4148 10 ปีที่แล้ว

    Thank you for the vid. I am new to iOS. How to add menu to view controller that is not one of the menu items.

  • @hounddog301
    @hounddog301 10 ปีที่แล้ว

    Jared Thanks man great video and also for the download, How would I swap out the table view and change for an image that I could then add buttons too? Is that possible? Thanks again mate :O)

  • @sauarbhrana3984
    @sauarbhrana3984 9 ปีที่แล้ว

    can you upload a multi level slide menu tutorial

  • @amoghabajracharya7753
    @amoghabajracharya7753 9 ปีที่แล้ว

    i am not getting barbutton item menu in my another table view cells.

  • @JeffreyApp
    @JeffreyApp 10 ปีที่แล้ว

    What is the code you pasted from 16:41?

    • @Archetapp
      @Archetapp  10 ปีที่แล้ว

      Something that I couldn't memorize for the tutorial, so I just had to paste it. :)

  • @fadio_
    @fadio_ 9 ปีที่แล้ว

    Hi Jared thanks for this amazing tutorial, but if i want the menu to come out from the right side, how can i edit the code to do that ?

    • @fadio_
      @fadio_ 9 ปีที่แล้ว

      Nevermind, i did it!

    • @Archetapp
      @Archetapp  9 ปีที่แล้ว

      Fadi Obaji Nice! Sorry I didn't get back to your comment in time. :)

    • @arthisubramanian3468
      @arthisubramanian3468 9 ปีที่แล้ว

      Jared Davidson Can you please let me know how to proceed for having the menu show up on the right side?

    • @arthisubramanian3468
      @arthisubramanian3468 9 ปีที่แล้ว +1

      Fadi Obaji Can you please let me know how to proceed for having the menu show up on the right side?

    • @fadio_
      @fadio_ 9 ปีที่แล้ว

      arthi subramanian just use sw_right instead of sw_rear identifier for the segue, tell me if you need more info. :)

  • @shozabhaider975
    @shozabhaider975 7 ปีที่แล้ว

    how to do segue in v2.3 which have SWPushController it dont show drawer button in destination View Controller

  • @ZachMangs
    @ZachMangs 9 ปีที่แล้ว

    Can you make this work with Swift?

  • @miltube
    @miltube 9 ปีที่แล้ว

    hey mate, gr8 tutorial!
    is there any change you can show this to us using Swift?

    • @Archetapp
      @Archetapp  9 ปีที่แล้ว

      Working on it now. :)

  • @moritzbastian9139
    @moritzbastian9139 10 ปีที่แล้ว

    I only get "Thread 1: signal SIGABRT"... What should I do?

  • @meghakirange9483
    @meghakirange9483 8 ปีที่แล้ว

    how to make a slide out menu from right side or what changes we have to do in existing file

    • @julienfadel1609
      @julienfadel1609 8 ปีที่แล้ว

      Hi,
      I am looking for the same thing, a slide out menu only from the right side. Did you figure it out?
      Regards,
      Julien Fadel.

  • @sircflores4563
    @sircflores4563 8 ปีที่แล้ว

    Amazing it helps me a lot thanks

  • @joseluisRueda
    @joseluisRueda 10 ปีที่แล้ว

    thank you for this tutorial , very good

    • @Archetapp
      @Archetapp  10 ปีที่แล้ว

      ***** Thanks for watching :)

  • @oscartamez7319
    @oscartamez7319 10 ปีที่แล้ว

    how can i use a different class to show different view controller?

  • @leorunning9113
    @leorunning9113 10 ปีที่แล้ว

    Hello nice tutorial,
    I can add navigationBar Menu?
    how
    thanks

  • @tharadolchanyutthana9045
    @tharadolchanyutthana9045 9 ปีที่แล้ว

    Is it possible to make slide out menu come out just half of the screen?

    • @amoghabajracharya7753
      @amoghabajracharya7753 9 ปีที่แล้ว

      maNdm Ice yes.you can edit it on swrevealviewcontroller.m file

  • @amoghabajracharya7753
    @amoghabajracharya7753 9 ปีที่แล้ว

    how to define width of side out bar

  • @MrAbdirahim
    @MrAbdirahim 10 ปีที่แล้ว +1

    great video man.

  • @atchamnaidu4471
    @atchamnaidu4471 9 ปีที่แล้ว

    Hi,
    In this tutorial, same class (viewController) has been referenced from all three ViewControllers in storyboard. What if I want to reference different classes for each ViewController. Im newbie to iOS. I tried but ended up with no solution. Could you please help me out...

    • @ashumohan1985
      @ashumohan1985 9 ปีที่แล้ว

      +Atchamnaidu s same question here ? Do you have any solution for this ?

  • @ItaliaitechNet
    @ItaliaitechNet 10 ปีที่แล้ว

    i do an app with this menu and public it in the app store?

    • @Archetapp
      @Archetapp  10 ปีที่แล้ว +2

      Definitely!

  • @leorunning9113
    @leorunning9113 10 ปีที่แล้ว +1

    Hello
    everything works perfectly with IOS7.
    With IOS8 comes out an alert in the file
    SWRevealViewController.m
    Frameworks> UIKit> UIViewControllerTranstitioning.h>
    - (CGAffineTransform)targetTransform NS_AVAILABLE_IOS(8_0); --------1.Method ‘targetTransform’ declared here
    Nothing major works ok,
    how do I remove the Alera
    Thank you so much for your tutorial.

  • @sportsguyzzz
    @sportsguyzzz 9 ปีที่แล้ว

    I keep getting a sigabrt when I use this with a already made view controller. why is that?

  • @iKobaer
    @iKobaer 10 ปีที่แล้ว +1

    Is it possible to make a swift slide out menu tutorial?

    • @Archetapp
      @Archetapp  10 ปีที่แล้ว +5

      Destyx Learning at the moment :)

  • @Slinece96
    @Slinece96 8 ปีที่แล้ว +1

    I have download SWRevealViewController Library but only get push and Set reveal view controller.I didn't get only reveal view controller.what should i do now?

  • @vamsikumar1072
    @vamsikumar1072 7 ปีที่แล้ว

    I Friend Your Link was not working can u Put existing working link