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
Post a Comment