QRDispenser
May 16, 2023 • Apache 2.0 License
QR code generator in Swift, with no external dependencies.
HttpRequest
May 15, 2023 • MIT License
✅ A tiny http client for iOS and macOS. Only 80 lines of code.
SPQRCode
March 25, 2022 • MIT License
The native QR code scanner of iOS. Repeated system scanner from the camera app.
ImageWithActivityIndicator
June 25, 2019 • Apache 2.0 License
ImageWithActivityIndicator is a SwiftUI view that download and display image from URL and displaying Activity Indicator while loading .
Juggernaut
February 15, 2019 • MIT License
Download manager
Running in the background
Loading multiple files
You can cancel, pause, resume, reload
WebController
October 12, 2018 • MIT License
A simple WKWebView library. You can simply modify the bottom ToolBar. There is a ProgressView so you can see the Load status of WebView. Once you receive your app's schema from DeepLink or Universa...
Twitter Network Layer
July 19, 2018 • Apache 2.0 License
Twitter Network Layer is a scalable and feature rich network layer built on top of NSURLSession for Apple platforms
ERProgressHud-ObjectiveC
February 27, 2018 • Apache 2.0 License
A simple ProgressHud written in ObjectiveC. Five different kinds of ProgressHud is implemented to use. Very easy to customize. There are various options like ProgressHud with title, without title, ...
Restofire
February 03, 2018 • MIT License
Restofire is a protocol oriented network abstraction layer in swift that is built on top of Alamofire to use services in a declartive way
ZoomableImageSlider
August 28, 2017 • MIT License
ZoomableImageSlider is a simple iOS library for showing images from internet in form of slider. It has following features-
Images are zoomable by double tap and by panning the finger as well.
I...
No image provided.
FBChatClone
June 02, 2017 • Apache 2.0 License
This project is a clone of FB Messenger . Converted to Swift3 syntax (Courtesy: https://www.letsbuildthatapp.com/). It covers topics like:
1. Auto Layout Using Code
2. Core Data Entities: Creat...
No image provided.
AppStoreClone
May 29, 2017 • Apache 2.0 License
This project is a clone of AppStore . Converted to Swift3 syntax (Courtesy: https://www.letsbuildthatapp.com/).It covers topics like:
1) Layout structure of the application by using a UICollecti...
No image provided.
FBClone
May 27, 2017 • Apache 2.0 License
This project is a clone of FB News Feed. Converted to Swift3 syntax (Courtesy: https://www.letsbuildthatapp.com/).
It covers topics like:
1) Using a UICollectionView to make a vertical scroll...
No image provided.
YouTubeClone
May 14, 2017 • Apache 2.0 License
This project is a clone of YouTube. But the main intention is to show how to write clean code, using proper MVC patterns and re-usable coding methodologies. Converted from Swift2 (Source: https://w...
SimpleFlipView
May 12, 2017 • MIT License
ViewSwitcher container that helps to switch between two views with transition animation
No image provided.
CustomTabBarYouTube
May 08, 2017 • Apache 2.0 License
This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab bar as seen in YouTube app 3) URL session integration to bu...
ConcurrentDownloadsSwift3
April 08, 2017 • Apache 2.0 License
This project contains A-Z details of how to support concurrent downloads in Swift3 via remote URLs. Also saving the downloaded files to your local directory && viewing them in offline mode && also ...