I want to make survey app in which i get question from server problem is that i want to place the controll as question like if i have question like having list then i want dropdown list if question type is yes or no then we can use toggle button like this and other type is to use slider so is there way to dynamically place and create controlls at run time aftaer getting question and then add to view
So how to add controls to view at run time in ipad application so that according to question type we have controls
Yes you can add runtime controls,
Just when you are getting your response from the service after that according to the response create controls programmatically,
OR
If you are aware about the response means only 4 kinds or 5 kinds of response will come than take all controls in .Xib file and use them after getting the server response.
Simply add the control whatever you have needed and hide all other.
This is a simple way, Hope you got my point:)