SwiftTweaks v3.0 Release Notes

Release Date: 2018-06-01 // almost 6 years ago
  • Hey there!

    🚀 It’s been a while since we did a release -- things have been improving on the master branch, but it’s been a long time since we did a good Cocoapods update. So! Here’s what’s in this release:

    • 👍 Swift 4.0 syntax/support
    • Tweak<StringOption> aka “choose from [String]” (we use this at Khan Academy when we need a more-complex feature flag than Tweak<Bool>)
    • ➕ Add TweakWindow.GestureType.twoFingerDoubleTap for an easy alternative to .shake-ing your device; useful in apps that use a shake gesture for undo, React Native menu, etc.