ios - ToolBar back button is not working -


iam doing 1 project using storyboard ,in 1 viewcontroller have button.when clicked move next viewcontroller separate xib file. tried add aback button xib file can move storyboard not working form me ?

i tried following code moving xib storyboard viewcontroller

viewcontrollerone *list= [self.storyboard instantiateviewcontrollerwithidentifier:@"detail"]; [self presentmodalviewcontroller:list animated:yes]; 

please let me know reason why not working?

you can try changing project uinavigationcontroller , in storyboard can link views


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -

java Extracting Zip file -