Skip to content

Swift 4.0

Compare
Choose a tag to compare
@bryanjclark bryanjclark released this 01 Jun 17:32
· 96 commits to master since this release

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.