I am working on an unit converter app. Once I input numbers to UITextLabel, pickerview will open automatically and upon choosing an option such as Feet, Yards, etc, the result will be displayed. Now, I am looking to extend this functionality for different metrics such as weight, temperature,distance,etc. So this time, I need to
- Enter number (Working)
- Open metrics component - Ex: Distance (working)
- Open unit component - Ex: Feet (Stuck)
- Display Result
Please assist how to open a unit pickerview upon choosing an option from metrics pickerview. I found a solution using UITableView UIPickerView depending on UITableView but I am trying to implement pickerview instead of UITableView.
Any help is much appreciated!