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.
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:
I'm scratching my head trying to figure out why this is happening, but right now unable to test when the library is included. The library works perfectly in the app. Any help would be great!
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:I'm scratching my head trying to figure out why this is happening, but right now unable to test when the library is included. The library works perfectly in the app. Any help would be great!