Skip to content

Commit

Permalink
Update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kimar committed Oct 11, 2023
1 parent d83523e commit 8c876d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion KIImagePager.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"summary": "This UIView Subclass is used to present Images loaded from the Web and is inspired from foursquare's Image Slideshow.",
"homepage": "https://github.com/kimar/KIImagePager",
"screenshots": [
"http://kimar.github.io/screenshots/kiimagepager/screenshot.png"
"https://raw.githubusercontent.com/kimar/KIImagePager/main/.meta/screen1.png",
"https://raw.githubusercontent.com/kimar/KIImagePager/main/.meta/screen2.png",
"https://raw.githubusercontent.com/kimar/KIImagePager/main/.meta/screen3.png"
],
"license": {
"type": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This UIView Subclass is used to present Images loaded from the Web and is inspir

This is what the ImagePager looks like when it's set up:

![Demo GIF Animation](https://kimar.github.io/screenshots/kiimagepager/demo.gif)
![Demo GIF Animation](https://raw.githubusercontent.com/kimar/KIImagePager/main/.meta/demo.gif)

Implementing the ImagePager is fairly easy, just set it up in Interface Builder or use it in code directly.

Expand Down

0 comments on commit 8c876d7

Please sign in to comment.