8 skills found
LoongerTao / TLTransitions快速实现控制器的转场和View的快速popover显示,并支持自定义动画、手势退场
rebeloper / NavigationKit🧭 SwiftUI navigation done right
tzahola / Present BugDemonstration project of a bug in UIViewController presentViewController:animated:completion:
russell-archer / ModalStylesDemoExploring the differences between presentViewController and pushViewController with new iOS 13 modal presentation styles.
lovoo / LVModalQueueThis fixes 'NSInternalInconsistencyException's when presentViewController: and dismissViewController: are called, while a transition is already in progress. Transitions are queued for later execution.
craiggrummitt / Swift Alerts Popovers And ModalsSample Swift code for displaying and customizing UIAlerts, UIViewController.presentViewController, UINavigationController.navigationController.pushViewController and UIPopoverController
931077397 / PresentViewController PushViewController自定义了 presentViewController 的动画 达到 pushViewController的效果
devdawei / DVVFixModalPresentationStyle解决在 Xcode 11 以及 iOS 13 上 UIViewController 的 modalPresentationStyle 值变成了 UIModalPresentationPageSheet,而不是默认的 UIModalPresentationFullScreen,导致之前通过 presentViewController:animated:completion: 方法弹出的控制器效果非全屏的问题