KLCPopup
KLCPopup copied to clipboard
A simple and flexible class for presenting custom views as a popup in iOS.
https://github.com/LoSenTrad/LSTPopView

I don't know why, but it's not working together in iOS8 ;( popup just not showing up, without any error
Can override animation duration. ```objectivec // Overrides animation duration for show in. @property (nonatomic, assign) CGFloat showInDuration; // Overrides duration for dismiss. @property (nonatomic, assign) CGFloat dismissOutDuration; ```
I ran into an issue where I had a textfield inside a view that was used for the popup. Normally, tapping on text field brings up a keyboard, and if...
Add support for keyboard show/hide.