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];
}
Tab bar is the sub property of UITabBarController.. Without use of this tabbarController you cAN not set tab bar in it. IF you partially success for set in NIB file than use SELECTOR method for action of Tab-Bar..