Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
SideMenu and Interface Builder / Autolayout
posted

So I'm working on a small project that uses a side menu with just a few options and it seems like if you try to design the view in the Interface Builder and add some constraints the side menu opens but everything stays in place. If you remove the constraints everything slides over like it should so I'm not sure if this is just an issue with trying to use Interface Builder with the components or if it's better to just add all the views in code to the side menus content view (which will also move with the menu when added programmatically). 

Parents
No Data
Reply
  • 4940
    Offline posted

    Hi Sal,

    The IGSideMenuView was created before auto layout was released and may be missing some internal logic to handle the Interface Builder configuration. I highly recommend using the controls programmatically for the best results. If you need any examples created on how to do anything, let me know. I'll also create a backlog item to review this control with Interface Builder usage.

Children
No Data