PullUpController
PullUpController copied to clipboard
Pull up controller with multiple sticky points like in iOS Maps
I have a UILabel with numberOfLines set to 0. Its height constraint is >=30. I want to change pullUpController's height depends on its subview's height. I don't have any method...
when search view controller is half opened the scorlling is not working. I have also used func gestureRecognizer(gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWithGestureRecognizer otherGestureRecognizer: UIGestureRecognizer) -> Bool { return true } but not...
open func addPullUpController(_ pullUpController: PullUpController, initialStickyPointOffset: CGFloat, animated: Bool, completion: ((Bool) -> Void)? = nil) { assert(!(self is UITableViewController), "It's not possible to attach a PullUpController to a UITableViewController. Check...
I got this message. It is possible that the app will crash. With this solution * DispatchQueue.main.async {} (in line 489 of the PullUpController.swift), the message will disappear. Kind Regards,...
Install app from Xcode and will run well. but just stop app and open app directly from device crashes.
In Map.app on iPad, the PullUpController is located in the left top Instead bottom and its width does not equal the width of the screen. There are some differences between...
I think it'd be better to use composition over inheritance for obvious reasons. In my case, working with a big project, it's hard to change your view controllers to inherit...
I need to add the view controller on window, as I have same animated view on all the screens. Is it possible to do same.
Contacted you on twitter have a replicated example on me, when a tab bar view is embed into the main view the pullupcontroller is hidden under the tab bar on...