ISHPullUp icon indicating copy to clipboard operation
ISHPullUp copied to clipboard

Vertical split view controller with pull up gesture as seen in the iOS 10 Maps app

Results 19 ISHPullUp issues
Sort by recently updated
recently updated
newest added

ISHPullUpViewController *isv = [[ISHPullUpViewController alloc] init]; isv.contentViewController = vc; Assertion failure in -[ISHPullUpViewController addViewOfSubViewController:belowView:], ISHPullUpViewController.m:625 Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'addViewOfSubViewController: should not be called for view...

Hi, right now I am showing 2 row in collectionView and working perfectly because in the storyboard BottomVC height is according to 2 row height. But when I add new...

So my use case requires me to have many sets of one main view controller on top of which there is one bottom view controller. When I close one set...

When build the app on the simulator i got the following error : - missing required architecture i386 ISHPullUp.framework/ISHPullUp

First of all thanks for the library. I successfully implemented the library, but in the content view controller, I am getting a white background at the top. My need is...

I'm trying to put a `TableView` in the `BottomViewController` and have both the sizing of the `BottomView` and the scrolling of the `TableView` transition smoothly from one to the other...

This is a feature request. Wouldn't it be nice to have a `ISHPullUpViewController.handleView` property that users can set and the state changes for the handle will be handled (no pun...

Hi, First I want to thank you for your great work of ISHPullUp ... I used in my app globally and my app heavily depend on your work ... but...

i am able to implement the ISHPullUp but I have an issue I am unable to resolve. If I have an application whereby I transfer data via segue to another...