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

Swift runtime for Flare.

Results 6 Flare-Swift issues
Sort by recently updated
recently updated
newest added

First of all, great work!! Greatly appreciate you guys making flare available for swift! Do you guys intend to support cocoapods I. The future? Couldn’t find anything. Would really streamline...

enhancement

Hello, I have a problems like this. In my project. and I try to set BUILD_LIBRARY_FOR_DISTRIBUTION = YES but it not working (in Flare-Swift project for build frameworks). My Xcode...

Hi, I'm checking the examples provided in the repo, building the app on a real device (iPhone XS) but the the rendered animation quality doesn't look good, it's not sharp....

``` 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](https://user-images.githubusercontent.com/54980392/69040670-300cf280-0a14-11ea-9fa6-63cd08c463a6.PNG)

I am new to the whole iOS ecosystem. Sorry if this is a basic question. But how do you use Flare within SwiftUI? The example sadly doesn't use SwiftUI.