Help me please. Wrote application with UINavigationController . When you click on the button does not work the transition to another page. I understand that I give little information about the problem. But everything seems to be set up. I have Xcode 3.2.5. I used the book "Application development for iphone ipad and ipod touch using ios sdk ", chapter 9. By the way, I recommend it to everyone very well. I did everything right. A hundred times checked.
UPD:
DisclosureButtonController *disclosureButtonController= [[DisclosureButtonController alloc] initWithStyle:UITableViewStylePlain]; disclosureButtonController.title=@"Название"; disclosureButtonController.rowImage=[UIImage imageNamed:@"disclosureButtonControllerIcon.png"]; [array addObject:disclosureButtonController]; [disclosureButtonController release];