You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the default placeholder views center, but take into account the …
…keyboard frame. (#12)
* Make the default placeholder views center, but take into account the keyboard frame. Also upped to iOS 11+, etc.
* Bump IPHONEOS_DEPLOYMENT_TARGET to 11.0
* Update Xcode image for TravisCI
* Specify cocoapods version 1.7.5
* Fix DemoApp build by adding a dummy Swift file
Minor API change; use -valid/invalidate rather than hasBeenSuperseded (……#1)
* Minor API change; use -valid/invalidate rather than hasBeenSuperseded
* Update README, too