-
Hi,
have you ever tried to use your lib together with a UIPresentationController?
example:
```swift
class TVPlayerPresentationController: UIPresentationController {
let dimming…
-
As in your demo the swipe from bottom to up and then open that ViewController that have Airpod image.
I want same like that button i want to open when click on UIButton not on swipe.
Please help t…
-
There are frequent crashes on various iOS devices when using SDK 7.1.0
Details
Crashed: Thread
SIGSEGV 0x0000000000000002
0 UnityFramework mono_class_get_checked + 10960
1 UnityFra…
-
## Summary
Stripe identity verification SDK crashes for iPads with the following message:
> NSGenericException · Your application has presented a UIAlertController () of style UIAlertControllerS…
-
### What happened?
On clicking of the app icon, the app crashes. It's not even allowing the app to open nor initialise any other crash reporting SDK.
I luckily got a crash report from iOS users an…
-
No idea of how to proceed at the moment, but would be nice to be able to reproduce iOS UIPresentationController effect on the background, like in iOS Mail composition or Apple Music ([see video here](…
-
It crashes on IPad if try long press on photo overview.
DKImagePickerControllerDemo[29338:142776] *** Terminating app due to uncaught exception 'NSGenericException', reason: 'Your application has …
-
```swift
// Reload CollectionView whenever any popover is dismissed by user
func presentationControllerDidDismiss(_ presentationController: UIPresentationController) {
filesCollecti…
-
### 화면 전환 부분
```
let vc = AddMemoPageViewController()
vc.modalPresentationStyle = .custom
vc.transitioningDelegate = self // delegate 할당
self.present(vc, animated: true, completion: nil)
```
##…
-
Would it be possible to add support for scroll views to this library so we can replicate UI such as the apple maps/stock app drawer. There are a few library's that do this already such as PullUpContro…