issues
search
willpowell8
/
LocalizationKit_iOS
Realtime Dynamic localization translation delivery system for iOS and Mac OSX in Swift. Create and update texts from localization.com without needing to recompile or redeploy. Cocapod for iOS devices (iPad, iPhone, iPod Touch and Mac)
https://www.localizationkit.com/app/
MIT License
1.23k
stars
79
forks
source link
Methods renamed in Swift 4.2
#40
Open
eexe1
opened
6 years ago
eexe1
commented
6 years ago
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
The current version 4.0.5 shows error like