SPStorkController icon indicating copy to clipboard operation
SPStorkController copied to clipboard

Now playing controller from Apple Music, Mail & Podcasts Apple's apps.

Results 17 SPStorkController issues
Sort by recently updated
recently updated
newest added

#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 ![OhneTitel2](https://user-images.githubusercontent.com/29314643/73314615-98572c00-422e-11ea-90c8-3f56126de9ee.gif) ``` func present(animated: Bool = false) -> Self { let controller = self.viewController ?? createViewController() let transitionDelegate = SPStorkTransitioningDelegate() transitionDelegate.customHeight = 100 controller.transitioningDelegate = transitionDelegate controller.modalPresentationStyle =...

Can i hide controller before full presentating, press or swipe?

enhancement

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;

help wanted
minor bug

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...

wait more

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)....

enhancement

Is it possible to present UIImagePickerController as SPStorkController? When I try to do this it presents in full screen.

help wanted