KLCPopup icon indicating copy to clipboard operation
KLCPopup copied to clipboard

A simple and flexible class for presenting custom views as a popup in iOS.

Results 58 KLCPopup issues
Sort by recently updated
recently updated
newest added

https://github.com/LoSenTrad/LSTPopView

![IMG_0168](https://user-images.githubusercontent.com/9716454/57512818-52c09f00-733f-11e9-9fe1-f16866a0dbf3.PNG)

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.