Alexandr Vitruk
Results
1
comments of
Alexandr Vitruk
@lkzhao Seems it still not working with 0.3.6 version. Thanks for the Hero. ``` vc.heroModalAnimationType = .zoom vc.modalPresentationStyle = .currentContext vc.view.backgroundColor = UIColor.clear fromVC.present(vc, animated: true) { //... } ```...