BayramInanc

Results 18 comments of BayramInanc

Hi, do you plan to add animation between two UIViews in same VC? @wickwirew

Hi , `import UIKit import Shift class ViewController: UIViewController { @IBOutlet weak var fromView: UIButton! @IBOutlet weak var toView: UIButton! override func viewDidLoad() { super.viewDidLoad() // Do any additional setup...

> @BayramInanc When I had tried this locally I assumed that the view's would be added and removed as they are needed. In your case the views are always in...

Any improvement for uıkit support?

In a large, advanced projects we could not use swiftui because of its some bugs/version releated etc... problems. It would be really great if we support UIKit.

Why cannot we use it without hooks?

Super excited about it> @BayramInanc UIKit is supported since `v0.3`. Once the documentation is done, we will close this ticket

You guys need to uncomment / remove the code snippet in PerformanceView line: 81 if you do not use WindowScene . I commented it and fixed /* if #available(iOS 13,...