|
1 | | - |
| 1 | +<p align="center"> |
| 2 | + <a href="https://mirego.github.io/PinLayout/"><img src="Docs/pinlayout-logo-small.png" alt="PinLayout" /></a> |
| 3 | +</p> |
2 | 4 |
|
3 | | -# PinLayout |
4 | | - |
5 | | -Simple Swift iOS layouting without using NSLayoutConstraint. |
6 | | - |
7 | | -> "No constraints attached" |
| 5 | +<h1 align="center" style="color: #376C9D; font-family: Arial Black, Gadget, sans-serif; font-size: 3em">PinLayout</h1> |
| 6 | + |
| 7 | +<p align="center"> |
| 8 | + <a href="https://travis-ci.org/mirego/PinLayout"><img src="https://travis-ci.org/mirego/PinLayout.svg?branch=master" /></a> |
| 9 | + <a href="https://codecov.io/gh/mirego/PinLayout"><img src="https://codecov.io/gh/mirego/PinLayout/branch/master/graph/badge.svg"/></a> |
| 10 | + <a href='https://img.shields.io/cocoapods/v/PinLayout.svg'><img src="https://img.shields.io/cocoapods/v/PinLayout.svg" /></a> |
| 11 | + <a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" /></a> |
| 12 | + <a href="https://raw.githubusercontent.com/mirego/PinLayout/master/LICENSE"><img src="https://img.shields.io/badge/license-New%20BSD-blue.svg?style=flat" /></a> |
| 13 | + <a href=""><img src="https://img.shields.io/cocoapods/p/PinLayout.svg?style=flat" /></a> |
| 14 | + <!--a href="https://github.com/mirego/PinLayout/issues"><img src="https://img.shields.io/github/issues/mirego/PinLayout.svg?style=flat" /></a--> |
| 15 | +</p> |
8 | 16 |
|
| 17 | +<br> |
| 18 | + |
9 | 19 | Layout most views using a single line without constraints. Stateless, so it can be used with any other Layout frameworks without conflicts. Consise syntax, readable & chainable. |
10 | 20 |
|
11 | | -<br> |
| 21 | +> "No auto-layout constraints attached" |
12 | 22 |
|
13 | | -[](https://travis-ci.org/mirego/PinLayout) |
14 | | -[](https://codecov.io/gh/mirego/PinLayout) |
15 | | -[](https://img.shields.io/cocoapods/v/PinLayout.svg) |
16 | | -[](https://github.com/Carthage/Carthage) |
17 | | -[](https://raw.githubusercontent.com/mirego/PinLayout/master/LICENSE) |
18 | | -[](http://cocoadocs.org/docsets/Alamofire) |
19 | | -[](https://github.com/mirego/PinLayout/issues) |
| 23 | +<br> |
20 | 24 |
|
21 | 25 | * [PinLayout principles and philosophy](#introduction) |
22 | 26 | * [Installation](#installation) |
|
0 commit comments