Answer the question
In order to leave comments, you need to log in
[[+content_image]]
How to load leftView initially in ADSlidingViewController instead of mainView?
How to load leftView initially in ADSlidingViewController instead of mainView?
MainView is loaded by default
[ADSlidingViewController setLoggingEnabled:NO];
mainView = [[UIStoryboard storyboardWithName:@"Main_iPhone" bundle:nil] instantiateViewControllerWithIdentifier:@"ArticleViewController"];
[[mainView view] addGestureRecognizer:[self panGesture]];
[self setMainViewController:mainView];
leftView = [[UIStoryboard storyboardWithName:@"Main_iPhone" bundle:nil] instantiateViewControllerWithIdentifier:@"ListViewController"];
[self setLeftViewController:leftView];
[self setShowTopViewShadow:NO];
[self setLeftMainAnchorType:ADMainAnchorTypeResize];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question