dsoftware763
Results
2
issues of
dsoftware763
can anyone help me to add this feature
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) }...