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

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -