TYHeightPicker icon indicating copy to clipboard operation
TYHeightPicker copied to clipboard

It's custom height picker for your health app. you can you this where picking up height or number from user.

Results 2 TYHeightPicker issues
Sort by recently updated
recently updated
newest added

override func viewWillAppear(_ animated: Bool) { if UserDefaul.getBool(key: UserDefaultKeys.heightSelected) == true { let height = UserDefaul.getInteger(key: UserDefaultKeys.heightCm) heighPicker.setDefaultHeight(CGFloat(height), unit: .CM) // heighPicker.reloadInputViews() self.contBtnEnabled(btn: self.contBtn) }else { heighPicker.reloadInputViews() self.contBtnDisabled(btn: self.contBtn) }...

Cool Picker Control !!! Do you have any plan for Vertical scroll support?