Flare-Swift icon indicating copy to clipboard operation
Flare-Swift copied to clipboard

File is not showing properly....

Open ashishpatelmi opened this issue 5 years ago • 1 comments

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)

IMG_0208

ashishpatelmi avatar Nov 18 '19 09:11 ashishpatelmi

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

umberto-sonnino avatar Nov 22 '19 14:11 umberto-sonnino