VamshiIITBHU14 / SwiftExpandingFlickrLinks
This is a project showing how to fetch huge chunk of images via API and put them in a nice UICollectionView with parallax effect. It also covers adding a fancy expanding cell to UICollectionView, several auto layout-based labels, subtle parallax effects, and fading transitions to a standard Collection View. Written in Swift 3 Syntax.
☆25Updated 7 years ago
Alternatives and similar repositories for SwiftExpandingFlickr
Users that are interested in SwiftExpandingFlickr are comparing it to the libraries listed below
Sorting:
- This project uses CoreAnimation to mimic StackView from iOS. I have used UIImageView as the Base View for Stack.☆28Updated 7 years ago
- This project shows how to develop expandable cells in a UITableView. Each cell in turn consists of a UIScrollView and a UIImageView backg…☆27Updated 8 years ago
- This is a simple project which shows basics of Search on Core data . You can add, load, delete and make a search on the items added in a …☆21Updated 8 years ago
- A simple and elegant 2Dimensional UICollectionView which is most commonly used in ecommerce apps, music streaming apps etc. Easily custom…☆28Updated 8 years ago
- This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab…☆38Updated 7 years ago
- his project is a plug and play - Customisable Live Rendering Radial Progress Indicator. All written in Swift4 latest syntax. Based on Cor…☆29Updated 7 years ago
- Hey All! As it is obvious from the GIF, this project is a LoadingIndicator based on CoreAnimation.☆31Updated 7 years ago
- This is a simple project showing UIScrollView with paging enabled and a straight forward Vertical Progress bar which animates as the user…☆24Updated 8 years ago
- A simple image slider in Swift with a switch to turn on/off auto slide.☆26Updated 8 years ago
- Sprite Kit is an exciting new framework for making 2D games that comes built-in to iOS. This project serves as an introduction to Sprite …☆33Updated 7 years ago
- This Project looks like nothing in the UI but it covers an important and complex topic in CoreData , i.e, writing data to Database in bac…☆29Updated 7 years ago
- Hi! I was working on an app where I had to show information about 10-12 different entities and each entity details are to be shown in a U…