Overlay your designs on top of your apps and check margins and other positioning elements of views.
CocoaPods is the recommended installation method.
pod 'Tadaa'
In your project, create a folder reference called "Designs". This folder should contain image files. For each ViewController that should have a design overlay, add an image with the name of the viewcontroller in it. For instance, "Tadaa-HomeViewController.png".
If you want overlay the design on the viewcontroller directly:
showDesignsForViewController(self)
While the design is showing, you scroll around with 2 fingers to change the transparency or triple-tap the design to hide it again.
The example application uses cocoapods to install Tadaa. run 'pod install' in the root folder of the project to install the pod. Then open the workspace and run the app.
Tadaa is licensed under the BSD license. See LICENSE for more info.