Questions tagged [ios10.3]

121 questions
-5
votes
6 answers

trimmingCharacters not work on iOS 10.3 Xcode8.3

Please help me, I use Xcode 8.3(swift 3.1), the function trimmingCharacters not work. My code as below: func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool { if var…
lee
  • 7,955
  • 8
  • 44
  • 60
1 2 3
8
9