File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,23 @@ The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in
5151I was tired of looking for constraints issues and realizing what was really the issue, so I created this mini tool for printing nicer constraints
5252
5353## Installation
54- ConstraintsMonitor is available through [ CocoaPods ] ( https://cocoapods.org ) . To install
55- it, simply add the following line to your Podfile :
54+
55+ * [ CocoaPods ] ( https://guides.cocoapods.org/using/using-cocoapods.html ) :
5656
5757``` ruby
5858pod ' ConstraintsMonitor'
5959```
6060
61+ * [ Swift Package Manager] ( https://swift.org/package-manager/ ) :
62+
63+ ``` swift
64+ dependencies: [
65+ .package (url : " https://github.com/FranDepascuali/ConstraintsMonitor.git" , from : " 1.0.1" )
66+ ]
67+ ```
68+
6169## Usage
62- Just by having this lib, you will see nicer constraints warnings
70+ Just by including this lib in your project , you will see nicer constraints warnings
6371
6472## Key Features
6573* Use an identifier for the constraint if supplied.
@@ -70,7 +78,7 @@ Just by having this lib, you will see nicer constraints warnings
7078By overriding the description property of the ` NSLayoutConstraint ` involved, we have a nicer way of viewing constraints.
7179
7280## Author
73- You can check my blog at https://deep-thought.netlify.com/ or @FranDepascuali in twitter.
81+ You can check my blog at https://deep-thought.netlify.com/ or [ @FranDepascuali ] ( https://twitter.com/FranDepascuali ) in twitter.
7482
7583## License
7684ConstraintsMonitor is available under the MIT license. See the LICENSE file for more info.
You can’t perform that action at this time.
0 commit comments