I have drag a Tab-Bar in nib file. Now i want to open new view when click on tab bar item. Without using tab-Bar controller i want to use tab bar and action on tab bar item. For tab bar i said earlier tab-bar i drag that and next is that How do define or declare action on tab bar item?
- (void)viewDidLoad {
self.title = @"J.F. 's Library";
[super viewDidLoad];
}