I'm developing a simple app, and I'm having a lot of trouble creating the GUI. I think I'm missing something fundamental.
For now, the App should just take two dates as inputs and output the number of days between those dates. I tried using two date picker wheels, and on the iPhone 6s screen size, this works but looks pretty bad. On anything smaller, the UI doesn't fit on the screen. I understand Apple disabled adjusting the size of the date picker, but making them smaller is probably not what i want to do anyway.
What is the proper way of implementing this?
Thanks
For now, the App should just take two dates as inputs and output the number of days between those dates. I tried using two date picker wheels, and on the iPhone 6s screen size, this works but looks pretty bad. On anything smaller, the UI doesn't fit on the screen. I understand Apple disabled adjusting the size of the date picker, but making them smaller is probably not what i want to do anyway.
What is the proper way of implementing this?
Thanks