Feature Toggling Save

Lightweight iOS feature toggling system

Project README

Platform Swift 5.0 GitHub license Build Status

Overview

It's a lightweight example of iOS feature toggling system inspired by Martin Fowler. If you have any questions you can ask me in telegram.

You can also watch the video of my speech on YouTube (in Russian).

Usage

Initialize feature service somewhere in your code:

private let featureService = FeaturesService()

Get features from backend:

featureService.getFeatures {}

Check if feature is enabled:

if featureService.enabled(.myFeature) {
  // doSomething
}

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Open Source Agenda is not affiliated with "Feature Toggling" Project. README Source: iltsarev/Feature-Toggling
Stars
27
Open Issues
0
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating