Open Source Library For Easily Creating Value Tweaking Menus On Live Apps

Earlier this month I mentioned an excellent Toolset for Quartz Composer for easily creating interactive app prototypes.

Here’s another interesting tool released by Facebook in the form of an open source library that allows you to easily add a view for tweaking variables while developing your app called Tweaks.

Tweaks are very easy to tweak – these examples from the readme shows how to create tweakable values:

CGFloat animationDuration = FBTweakValue(@"Category", @"Group", @"Duration", 0.5);

Then it will show up on your tweak menu which by default is shown when shaking the device.

Here’s an image from the readme showing a Tweaks menu in action:

Tweaks

You can find Tweaks on Github here.

A nice tool for easily tweaking app values live in an app.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Open Source Library For Easily Creating Value Tweaking Menus On Live Apps

©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *