ConstraintChecker 0.1.2

ConstraintChecker 0.1.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2017

Maintained by jinlin.liu.



  • By
  • willice9527

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Demo

The demo here is simple with issue which quite easy to find.But ambiguous constraint in your real project could be much more obscure and sometimes may even act as you expected, with this tool, it will help you to identify them automatically before they become real problem.

MantleDemo~

Requirements

  1. A tool that help you find ambiguous constraint automatically,just install it(only in debug mode will be much safer),no extra configration needed;
  2. Once any ambiguous constraints discoverd,a flashing button will appeared on top of the screen.Click it will log all infomation to console which will be great help for identify the problem,meanwhile the condemned view will be marked with red border.
  3. Only the view hierarchy being diplayed will be checked.

Installation

ConstraintChecker is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ConstraintChecker"

Author

willice9527, [email protected]

License

ConstraintChecker is available under the MIT license. See the LICENSE file for more info.