I have a situation where I have to take input from the user using multiple views (like Personal Information -> Professional Information -> Process Completed).
I was wondering, how can I build a class like UIImagePickerController, which takes input from user and returns the data to parent class? Note that the view is also handled by this class.