AICustomViewControllerTransition icon indicating copy to clipboard operation
AICustomViewControllerTransition copied to clipboard

Easy and tidy way for creating custom UIViewController transitions for iOS

Results 1 AICustomViewControllerTransition issues
Sort by recently updated
recently updated
newest added

Hi, have you ever tried to use your lib together with a UIPresentationController? example: ```swift class TVPlayerPresentationController: UIPresentationController { let dimmingView: UIView = { $0.translatesAutoresizingMaskIntoConstraints = false $0.alpha = 0...