Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Add link to the documentation and use http links instead of local links to properly show images in the jazzy generated documentation
  • Loading branch information
Łukasz Śliwiński committed Aug 4, 2020
1 parent 1b1b5b3 commit bf3c2ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![PGS Software](Assets/pgssoft-logo.png)
![PGS Software](https://github.com/PGSSoft/ParallaxView/raw/master/Assets/pgssoft-logo.png)

# ParallaxView

Expand All @@ -13,8 +13,8 @@

**Easy to use `UIView`, `UICollectionViewCell` with parallax effect and extensions to add this effect to any `UIView`. Rotate view using Apple TV remote. Works confusingly similar to tiles in the home screen of the Apple TV.**

![ParallaxView](Assets/parallax_view.gif)
![ParallaxView](Assets/parallax_collection_view_cell.gif)
![ParallaxView](https://github.com/PGSSoft/ParallaxView/raw/master/Assets/parallax_view.gif)
![ParallaxView](https://github.com/PGSSoft/ParallaxView/raw/master/Assets/parallax_collection_view_cell.gif)

### ParallaxView

Expand Down Expand Up @@ -53,6 +53,8 @@ For more details look into example.

The component is documented in code, also look into example for more details.

[Documentation](https://pgssoft.github.io/ParallaxView/)

### Properties

`ParallaxView` and `ParallaxCollectionViewCell` have the same properties for customisation.
Expand Down

0 comments on commit bf3c2ae

Please sign in to comment.