Swift 4.0
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 thanTweak<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.