Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - (void)viewDidLoad {
  2.     [super viewDidLoad];
  3.     [self setBasicsView];
  4.     [self setBasicsDoll];
  5.    
  6.    
  7.     [[NSNotificationCenter defaultCenter] addObserver:self
  8.                                              selector:@selector(observerViewControllerChange:)
  9.                                                  name:@"UINavigationControllerDidShowViewControllerNotification" object:nil];
  10.  
  11.    
  12. }
  13.  
  14.  
  15. - (void)observerViewControllerChange:(NSNotification *)notification {
  16.    
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement