Changes

Jump to: navigation, search
no edit summary
<pre>
#import "booksViewController.h"
 
@class BooksViewController;
Select the ''File’s Owner'' icon and open the Connections Inspector (''Tools -> Connections Inspector'' or Command + 2). Ctrl-right click in the circle located to the right of the ''booksController'' outlet and drag the blue line to the ''Books View Controller'' item in the ''RootViewController.xib'' window to make the connection to the outlet:
if (0 == indexPath.row)
{
self.bookControllerbooksController.title = @"Clancy";
} else {
self.bookControllerbooksController.title = @"Lehane";
}
[self.navigationController pushViewController:self.bookController booksController animated:YES];
}
</pre>

Navigation menu