IOS:Loading another screen in story board
I tried to build another logic flow in story board after the add button clicked.
This is easy. Please add them in the main view controller.
Code
AddTipRecordViewController *labelEntryViewController = [self.storyboard instantiateViewControllerWithIdentifier:@"AddTipReccordView"]; |
Moreover, you need to fill in 'AddTipReccordView' in StoryBoardID.
However, at first, I used the storyBoardID as 'AddTipReccordViewController' . I got this error:
' Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Storyboard
(
Tags: ios
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 284 feedbacks awaiting moderation...
Form is loading...