I would like to do the following:
[self.navigationController performSelectorOnMainThread:@selector(pushViewController:animated:) withObject:<#(id)#> waitUntilDone:NO];
I am not sure however on how to pass in the view controller and the bool animated value in here? Can anyone help me out? My guess is that I pass in a NSDictionary in the withObject?
Super methods(pushViewController:animated:) can not override, so you should be like a below code.