All Questions
Tagged with ecslidingviewcontroller appdelegate
2 questions
1
vote
0
answers
106
views
Reference to the slidingViewController from the AppDelegate to open a view
I need to open a view as topViewController from the AppDelegate method :
(BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:
(NSString *)...
0
votes
2
answers
435
views
ECSliding, referece RightController in AppDelegate
I'm using ECSliding and I have this problem!
I have a topView and two menus,
left (LeftViewController)
right (RightViewController)
both UIViewController.
I want to give a reference to the right ...