SPStorkController
SPStorkController copied to clipboard
Now playing controller from Apple Music, Mail & Podcasts Apple's apps.
#97 @Nurka11 Yes, In my UI also something like that design, after presenting I will know the height of the content view I need to change the height depending on...
**Bug:** When you swipe down the view, it do not pull down gradually the sheet. When you swipe down enough it will close it suddenly. It was working great before...
see gif  ``` func present(animated: Bool = false) -> Self { let controller = self.viewController ?? createViewController() let transitionDelegate = SPStorkTransitioningDelegate() transitionDelegate.customHeight = 100 controller.transitioningDelegate = transitionDelegate controller.modalPresentationStyle =...
Appear in Debug console when present on iOS 13
Can i hide controller before full presentating, press or swipe?
Hi, I'm integrating the pod in an objective-c project, but I'm facing several issues. I have the following code: SPStorkTransitioningDelegate * transitionDelegate = [[SPStorkTransitioningDelegate alloc] init]; transitionDelegate.storkDelegate = self;
There is no option for disabling swipe gesture during runtime. For example, I have a UITableView with editing mode and reordering cells. While moving cell down SPStorkController fires UIPanGestureRecognizer and...
Hi, first of all, I have to say that your project is fantastic and works so smoothly. This pull request is about to add a new feature, and this feature...
Hi, Is it possible to disable transform of root view? I want to achieve a state that the root controller will not change its size or position (including corner radius)....
Is it possible to present UIImagePickerController as SPStorkController? When I try to do this it presents in full screen.