Ahmed Kaouach

Results 17 comments of Ahmed Kaouach

Any update to set height of button ?

Follow those step : 1- Install the library via pod 2- Add **import RESideMenu** to appDelegate 3- Add this code : ``` // Create side menu controller // let sideMenuViewController...

@Loadex how did you make the status bar white ? In my project it's white until I used RESideMenu now my status bar it's black and I can't change the...

Thank's it solve the issue but I get this error now : ``` Probably at least one of the constraints in the following list is one you don't want. Try...

Also I've just noticed that that the bottom of the view is not properly shown and the bottom of tablevew Is hidden under the tab bar controller

@danlozano Yes I'm using presentr two present the first VC (the small one in bottom of screen) then when user click on first textfield here I present the second VC....

To solve the autoresize problem I've added this code (to parent Class of my Page not the SLPagingVC) : ``` self.scrollView.autoresizesSubviews = YES; [self.scrollView setAutoresizingMask:UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight]; ``` Waiting for...

@StefanLage I'm using the twitter moving redefine code , and I got this : before scrolling ( After app is lunched no interaction made yet) ![capture d ecran 2015-03-21 a...