I would like to make a custom data input field similar to the Datepicker function. However, I would like the input field to display different height selections. This same effect/function is mimicked in the IOS 9 health app - Height and Weight entry pages.
So essentially I am making a datePicker style input view only it displays measurements instead of the date.
How can I achieve this, and do I need to use the Health Kit framework for this?
Thanks