atrljoe
atrljoe

Reputation: 8151

iPad Photo Gallery Framework

I am looking for some framework that allows me to create a Photo Gallery that allows the user to swipe through pictures, and then select one and it takes them to a specific view based on that image. I seen this idea in another App, and didnt know if this was an open source framework, or if there is anything similar.

enter image description here

Upvotes: 0

Views: 1378

Answers (1)

Nick Lockwood
Nick Lockwood

Reputation: 41005

I wrote a library that should be able to handle this:

https://github.com/nicklockwood/iCarousel

Check out the "custom" or "time machine" carousels in the example app for something similar to what you've shown.

Here's a screenshot. Don't worry that it's not exactly the same as your picture; the angle, panel size, etc. can all be configured.

enter image description here

Upvotes: 5

Related Questions