-
Hi there,
I would like to Adjust top margin because I have ADS banner at bottom, so if I adjust height to see ads then my popup view is too low.
I've been trying to add CGrectMake but doesn't work.
…
-
In my current app, I'd like to use the `Fold` animations when transitioning between two child view controllers. From what I know about the animators, I don't think we can. For example, for a fade tran…
-
Sorry, that was hard to say concisely in title.
If you add a gesture recognizer to the background as described in the readme like this:
> **Dismiss popup when tapping background**
> popupController …
-
After update to version 0.5, with xCode 7.2 I have this issue :
![schermata 2016-04-13 alle 13 46 15](https://cloud.githubusercontent.com/assets/11472348/14492234/45a7da12-017e-11e6-84b8-79b177f8110…
-
Seems there's an issue after first login and switching from the login -> main view where the app will crash and the titlebar will be visible briefly.
Probably related to the movement of the traffic l…
-
Basically, present a QLPreviewController modally in iOS8 and crash when user dismisses it.
Traced to swizzle st_parentViewController.
I 'fixed' it by doing this in UIViewController+STPopup.m (but ma…
-
After adding STPopup to my app, I am unable to run tests properly. I seem to be getting a stack overflow with a recursive function call to `st_parentViewController`, here:
``` objective-c
- (UIViewCo…
-
Hey :)
First of all, thank you so much for creating this awesome library!!
I have integrated your library into a project of mine and everything is working great! Now I was trying to only replace par…
-
Another question - after I dismiss the modal, the next tap (if I tap quickly) isn't registered by the main view controller. Any thoughts on how to fix this? Thanks!
-
Does MXSegmentedPager remove the navigation controller from displaying? I have a MXSegmentedPager embedded in a navigation controller (logging self.navgiationController outputs a NavigationController …