uinavigationcontroller - UITableView becomes slow when switching views -
I am working on an app that has a main menu, which then switches to the views of the menu item Which is clicked using the UINAVG controller. Whenever I run my app and click on an item in the menu, this view is a good five seconds before loading. Is it normal or do I have to do it in another way.
- (zero) table view: (UITableView *) table view was selected Select Endpace: (NSIndexPath *) indexPath { NSString * Selected Menu Tool = [Menu Option ObjectAutEXx: IndexPath. Cry]; If (selected menu device == @ "trails") {trailsview controller * trails viewer = [[trailsview controller alok] initWithNibName: @ "trailsviewcontroler" bundle: [nsbindal main bundle]]; Trails viewer Selected menu available = selected menu tool; [Self. Navigation Controller Push ViewController: Animated Trailsview Controller: Yes]; [Trailsviewcontroler release]; } If (selected menu option == @ "bike shops") {shopsviewcontroller * shopsview controller = [[Shops scene controller Alok] initWithNibName: @ "Shops Views Controller" bundle: [NSBindal main bundle]]; ShopsViewController.selectedMenuOption = Selected Menu Tools; [Self. Navigation controller Push ViewController: Animated ShopView Controller: Yes]; [ShopStatus Controller Release]; }}
I have solved it. I set the number of rows and the next ideas Like forgot in
Comments
Post a Comment