LocalizationKit_iOS icon indicating copy to clipboard operation
LocalizationKit_iOS copied to clipboard

Methods renamed in Swift 4.2

Open eexe1 opened this issue 5 years ago • 0 comments

The current version 4.0.5 shows error like

  • UIKeyboardWillShow' has been renamed to 'UIResponder.keyboardWillShowNotification
  • UIKeyboardFrameEndUserInfoKey' has been renamed to 'UIResponder.keyboardFrameEndUserInfoKey'
  • UIKeyboardAnimationDurationUserInfoKey' has been renamed to 'UIResponder.keyboardAnimationDurationUserInfoKey
  • UIKeyboardAnimationCurveUserInfoKey' has been renamed to 'UIResponder.keyboardAnimationCurveUserInfoKey'
  • UIViewAnimationOptions' has been renamed to 'UIView.AnimationOptions'
  • UIViewAnimationOptions' has been renamed to 'UIView.AnimationOptions

eexe1 avatar Oct 15 '18 01:10 eexe1