How to load xib on the UITabBarItem click in iPhone -
i made custom toolbar , added uitabbaritem. want load xib on button click. how can this?
give action uitabbaritem...and in action give name of xib wants load..
-(ibaction)buttonaction{ //eg:- shown below freesetsviewcontroller *viewcontroller =[[freesetsviewcontroller alloc] initwithnibname:@"freesetsviewcontroller" bundle:nil]; [self.navigationcontroller pushviewcontroller: viewcontroller animated: yes]; [viewcontroller release]; //you required xib }
and still if unable please take asked how load xib. , link sam dufel shared you
good luck!
Comments
Post a Comment