STPopup icon indicating copy to clipboard operation
STPopup copied to clipboard

STPopup provides STPopupController, which works just like UINavigationController in popup style, for both iPhone and iPad. It's written in Objective-C and compatible with Swift.

Results 38 STPopup issues
Sort by recently updated
recently updated
newest added

popupController?.dismiss后 原来的控制器做push 动画失效

Hi, just wondering does this library support user interaction on behind view during popup present? Like when a popup is presented, user will still able to interact with the view...

很明显,集成了STPopup,我的任何控制器都不允许使用一个同名popupController的属性,即使我不用STPopup的时候。因为一定会在[[self.popupController valueForKey:@"containerViewController"] presentingViewController];这里崩溃

Hi, Application is crashing only on iPhone 6 with iOS version 12.2. [_contentView addSubview:topViewController.view]; line number 871 (STPopupController) *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]:...

Hi! The issue occurs on iPad. Add a tableView in STPopup. Add some cells. One of them must have a textField. Tap on textField. The keyboard will be shown and...

I would like to be able to pull up the view by a handle and have it snap in place to a partial and full view like the iOS Maps...

In special circumstances need to display a full-screen pop view controller.When the view controller show keyboard the view position is not correct. ![simulator screen shot 1 apr 2017 3 48...

Hi there is this library can fit full screen?