VamshiIITBHU14 / ConcurrentDownloadsSwift3Links
This project shows how to support concurrent downloads in swift3 via remote URLs && save them to your local directory && viewing them in offline mode && delete downloaded files. Download process is enhanced by Pause, Resume, Cancel, Progress bar controls.
☆59Updated 8 years ago
Alternatives and similar repositories for ConcurrentDownloadsSwift3
Users that are interested in ConcurrentDownloadsSwift3 are comparing it to the libraries listed below
Sorting:
- Hello Everyone, This project talks about basics of ARKit introduced by Apple in iOS11. Please note that ARKit is only capable wih devices…☆41Updated 7 years ago
- This project covers adding a fancy expanding cell to UICollectionView, several auto layout-based labels, subtle parallax effects, and fad…☆49Updated 8 years ago
- Heyaa! This is an attempt to mimic the animation Uber and Facebook shows up as a Congratulatory Pop-up. Looking at the attached GIF will…☆57Updated 7 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
- This project covers all the requried code to trigger UILocalNotifications. It can be helpful when you want to trigger a Push Notification…☆50Updated 7 years ago
- This project is a clone of FB Messenger .☆73Updated 4 months ago
- This project is a clone of AppStore.☆64Updated 4 months ago
- This project covers how to use 3D Touch to implement peek and pop using Custom Presentation Controllers. It also shows how to add a Today…☆36Updated 7 years ago
- This Project implements CoreData in Swift4 with a lot reduction in boilerplate code, using a UITableView with NSFetchedResultsController …☆39Updated 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 project is a clone of FB News Feed.☆51Updated 8 years ago
- There are a lot of tutorials/ open source projects on how to use Vision and CoreML frameworks for Object Detection in real world using iO…☆44Updated 7 years ago
- 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…☆25Updated 8 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
- 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 image slider in Swift with a switch to turn on/off auto slide.☆26Updated 8 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
- NSLinguisticTagger provides a uniform interface to a variety of natural language processing functionality with support for many different…☆55Updated 7 years ago
- A simple and elegant 2Dimensional UICollectionView which is most commonly used in ecommerce apps, music streaming apps etc. Easily custom…