Skip to content

Swift

TODO

Installation

TODO

Frontend SDK

TODO

Backend SDK

TODO

Usage

let ffs = Ffs("TOKEN")
ffs.initialize()

Use it.

ffs.isEnabled("test") // true

That's it. That's the common workflow. The next code snippet shows more advanced usage.

TODO: advanced usage

Back to top