ivanvorobei / SPLarkController

Custom transition between controllers. Settings controller for your iOS app.
https://opensource.ivanvorobei.io
MIT License
988 stars 47 forks source link

Example project not compiling #10

Closed marko-cancar closed 4 years ago

marko-cancar commented 4 years ago

1) Build input file cannot be found: TestSwiftUIView.swift

Beside that:

2) let controller = viewCtrl ?!

3) self.button.addTarget(self, action: #selector(self.presentLarkController), for: .touchUpInside) Selector calling iOS 13.0+ available method needs to be in #available check as well.

marko-cancar commented 4 years ago

After fixing those, example project worked.

Good job for the project! 👍

ivanvorobei commented 4 years ago

TestSwiftUIView.swift file not in project) It your file)