Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

cdzombak/CDZUIKitAutoLayoutDebugging

Repository files navigation

Carthage compatible CocoaPods compatible

CDZUIKitAutoLayoutDebugging

Tools for easier Auto Layout debugging on iOS 7+.

See the headers for insight into the methods provided: NSLayoutConstraint+CDZLayoutDebugging; UIView+CDZLayoutDebugging.

Note that you must set the preprocessor macro DEBUG=1 for debug builds for this library to work properly.

Installation

CocoaPods

Add the dependency to your Podfile, and run pod install:

pod 'CDZUIKitAutoLayoutDebugging'

Carthage

Add the dependency to your Cartfile, and follow the directions from Carthage's README.

github "cdzombak/CDZUIKitAutoLayoutDebugging"

Requirements

CDZUIKitAutoLayoutDebugging is tested on iOS 7 and 8.

License

MIT license

MIT. See LICENSE included in this repo.

Developer

Chris Dzombak