Skip to content

Commit

Permalink
Fixed broken image link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Måns Bernhardt committed Jun 29, 2018
1 parent d0d5ee3 commit 4410170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ extension UIViewController {

Form extends several UI components with initializers accepting a style parameter that often has a default that can be globally overridden by your app:

![Messages and compose views using custom styling](https://github.com/iZettle/Form/blob/master/Documentation/MessageCustom.png?raw=true)
![Messages and compose views using custom styling](https://github.com/iZettle/Form/blob/master/Documentation/MessagesCustom.png?raw=true)

Where the form shown above is built using stack views, Form also provides helpers to populate `UITableView`s for improved performance when you have larger or dynamic tables:

Expand Down Expand Up @@ -182,7 +182,7 @@ prefix func §(key: String) -> Localized {
let label = UILabel(value: §"InfoKey")
```

## Presentation Framework
## Presentation framework

We highly recommend that you also check out the [Presentation framework](https://github.com/iZettle/Presentation). Form and Presentation were developed closely together and share many of the same underlying design philosophies.

Expand Down

0 comments on commit 4410170

Please sign in to comment.