Flare-Swift
Flare-Swift copied to clipboard
File is not showing properly....
let frame = UIScreen.main.bounds
let flareView = FlareSkView(frame: CGRect(x: 0, y: 100, width: frame.size.width, height: frame.size.height-200))
flareView.backgroundColor = .clear
flareView.filename = "Switch.flr"
view.addSubview(flareView)
Thanks for the report! I've merged a number of other changes that were in flight, so if you could try the new version, that should solve this issue..!
The structure of the repo has also changed quite a bit, the updated README contains an overview of this updated FlareSwift.xcodeproj