romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.96k stars 494 forks source link

Pass Values to Slave Controller #90

Open cliffgr opened 10 years ago

cliffgr commented 10 years ago

DEMOHomeViewController homeViewController = [self.storyboard instantiateViewControllerWithIdentifier:@"homeController"]; homeViewController.UrlSS=@"http://service..gr/news_feed"; navigationController.viewControllers = @[homeViewController];

2014-05-22 10:25:15.903 Enikos[4467:60b] URL: (null)

Any idea how to pass values to controllers? eg. Url's , Language Type.