Skip to content

Commit b2255e4

Browse files
author
Luc Dion
authored
Merge pull request #26 from mirego/update_doc
Update doc
2 parents 99feefe + 4834045 commit b2255e4

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
1-
![](Docs/pinlayout-logo-small.png)
1+
<p align="center">
2+
<a href="https://mirego.github.io/PinLayout/"><img src="Docs/pinlayout-logo-small.png" alt="PinLayout" /></a>
3+
</p>
24

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>
816

17+
<br>
18+
919
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.
1020

11-
<br>
21+
> "No auto-layout constraints attached"
1222
13-
[![Build Status](https://travis-ci.org/mirego/PinLayout.svg?branch=master)](https://travis-ci.org/mirego/PinLayout)
14-
[![codecov](https://codecov.io/gh/mirego/PinLayout/branch/master/graph/badge.svg)](https://codecov.io/gh/mirego/PinLayout)
15-
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PinLayout.svg)](https://img.shields.io/cocoapods/v/PinLayout.svg)
16-
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
17-
[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg?style=flat)](https://raw.githubusercontent.com/mirego/PinLayout/master/LICENSE)
18-
[![Platform](https://img.shields.io/cocoapods/p/PinLayout.svg?style=flat)](http://cocoadocs.org/docsets/Alamofire)
19-
[![GitHub issues](https://img.shields.io/github/issues/mirego/PinLayout.svg?style=flat)](https://github.com/mirego/PinLayout/issues)
23+
<br>
2024

2125
* [PinLayout principles and philosophy](#introduction)
2226
* [Installation](#installation)

0 commit comments

Comments
 (0)