STPopup icon indicating copy to clipboard operation
STPopup copied to clipboard

Changes to Modal Presentation Style

Open Errortype520 opened this issue 7 years ago • 4 comments

The changes made to modal presentation style, from UIModalPresentationCustom to UIModalPresentationOverCurrentContext seems to have broken most, but not all of my popups.

It works from any view controller I have presented modally, but not on any root view controllers. I am at a loss for why.

Errortype520 avatar Sep 13 '16 14:09 Errortype520

@Errortype520 broken means the popup is not showed at all?

kevin-lyn avatar Sep 29 '16 10:09 kevin-lyn

Yes, I am unsure why, but switching this back to UIModalPresentationCustom keeps my popups showing.

Errortype520 avatar Oct 02 '16 19:10 Errortype520

It is possible it is a conflict with SlideMenuController or another library I am using

Errortype520 avatar Oct 02 '16 19:10 Errortype520

I second this one. It'd be great to make this either a public property or make it .overFullScreen (which imo makes more sense for far more use cases). Thoughts?

jakubheglas avatar Aug 24 '17 12:08 jakubheglas