-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange behavior with storyboard #10
Comments
you can check out the dev branch now, i have add some code , but not test it. |
Thank's it solve the issue but I get this error now :
|
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 |
Sorry for reply you later, I'm a little busy this several days, but I will fixed this issue as soon as possible. 发自我的 iPhone
|
got the same problem... inside a tabbar app, it falls behind the tabbar... |
Hello, I'm trying to use this library in this so In mainView.h file that inherits from ARSegmentPageController I've added this code :
This will allow to instantiate the view from storyboard as in the programmatically way *mainView view = [[mainView alloc] init]
And then in storyboard I set parent class of Main viewController to mainView.h
This worked but there's some strange behavior the segmentedController was duplicated one move up and down normally and the other stay in same initialPosition check the image :
The text was updated successfully, but these errors were encountered: