Hello,
I've been quite happily finishing off my application, which uses storyboards and popover viewcontrollers. This all works fine, except I recently noticed that one can press the initiating button however many times they like and it'll create a new instance of the view controller each time.
Before storyboards I worked a bit with popover views using a popovercontroller which seems to prevent this issue.
Has anyone got any experience of how to fix this issue while still using Storyboards - and ideally not having to resort to the disabling and reenabling of buttons?
Thanks
I've been quite happily finishing off my application, which uses storyboards and popover viewcontrollers. This all works fine, except I recently noticed that one can press the initiating button however many times they like and it'll create a new instance of the view controller each time.
Before storyboards I worked a bit with popover views using a popovercontroller which seems to prevent this issue.
Has anyone got any experience of how to fix this issue while still using Storyboards - and ideally not having to resort to the disabling and reenabling of buttons?
Thanks