
January 25th, 2012, 05:32 AM
|
|
Registered User
|
|
Join Date: Jan 2012
Posts: 10
Time spent in forums: 6 h 34 m 56 sec
Reputation Power: 0
|
|
|
Navigation Problem in ios5
Navigate class using navigationController doesn't work in ios5
Interpolation *interpolation = [[Interpolation alloc] initWithNibName:@"Interpolation" bundle:[NSBundle mainBundle]];
[self.navigationController pushViewController:interpolation animated:YES];
Where, Interpolation is a class.
|