When you’re developing IOS apps you often need user input to receive some data.
You have the following options to get the data from a user:
- Poorly designed form on a rather ugly white background
- Use Storyboard to get static UITableviews in which you can easily create a nice form
- Use the splendid library QuickDialog!