Search results for url

QRDispenser screenshot

QRDispenser

May 16, 2023 • Apache 2.0 License
QR code generator in Swift, with no external dependencies.
HttpRequest screenshot

HttpRequest

May 15, 2023 • MIT License
✅ A tiny http client for iOS and macOS. Only 80 lines of code.
SPQRCode screenshot

SPQRCode

March 25, 2022 • MIT License
The native QR code scanner of iOS. Repeated system scanner from the camera app.
Alamofire screenshot

Alamofire

March 18, 2022 • MIT License
Elegant HTTP Networking in Swift
Atom screenshot

Atom

May 25, 2020 • Apache 2.0 License
The lightweight & delightful networking library.
ImageWithActivityIndicator screenshot

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 screenshot

Juggernaut

February 15, 2019 • MIT License
Download manager Running in the background Loading multiple files You can cancel, pause, resume, reload
WebController screenshot

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...
Wormholy screenshot

Wormholy

July 22, 2018 • MIT License
iOS network debugging, like a wizard 🧙‍♂️
Twitter Network Layer screenshot

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 screenshot

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 screenshot

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 screenshot

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 screenshot

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 screenshot

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 ...