JSRippleEffect
January 31, 2024 • MIT License
JSRippleEffect helps you to bring doppler effect on to the UIControls i.e UIButton, UIView, UIImageView etc.
HttpRequest
May 15, 2023 • MIT License
✅ A tiny http client for iOS and macOS. Only 80 lines of code.
RxNetworks
March 01, 2022 • MIT License
🧚 **[RxNetworks](https://github.com/yangKJ/RxNetworks)** is a set of infrastructure based on RxSwift and Moya, Multiple plugins are available for use.
- Support reactive network requests combine...
AgileJSON
June 01, 2021 • MIT License
AgileJSON is a framework written in Swift which to make converting model objects( pure classes/structs ) to and from JSON easy on iOS. The usage of AgileJSON is quite similar to HandyJSON, and it's...
Defaults
June 12, 2020 • MIT License
Strongly-typed UserDefaults with Codable support, key observation, and SwiftUI support.
DynamicJSON
January 06, 2019 • MIT License
Access JSON properties dynamically like JavaScript using Swift 4.2's new @dynamicMemberLookup feature, letting you access JSON like this: `let username = JSON(data).user?.username?.string`
DJSemiModalViewController
November 30, 2018 • MIT License
Simple semi modal presentation dialog with stacked content
DictionaryUtils
January 05, 2018 • Apache 2.0 License
iOS Dictionary Utilities for Swift - allowing you to pull properties from a dictionary using a string eg. data.readString("field[0].name")
SocketChat-iOS
June 02, 2017 • Apache 2.0 License
Chat Example Using Socket Connection
To use this code use Chat Server PHP(https://github.com/varun-naharia/Chat-Server-PHP) to create server and connect this app to that server. Or you can test wi...
WKBridge
June 01, 2017 • MIT License
WKScriptMessageHandler greatly simplifies the message handler from javascript running in a webpage. WKScript provides a more efficiently way for both sending and receiving messages through WKScript...
PBTreeView
April 09, 2017 • Apache 2.0 License
An UITreeView implementation from UITableView that Apple missed in its UIKit framework. And it is in pure Swift.
No image provided.
SWEventsPrototypeApp
March 15, 2017 • MIT License
e-Where - The Events App - A useful Swift 3 prototype to quickly build out apps.
Unwind
March 09, 2017 • MIT License
Unwind is a JSON parsing library inspired by Argo and several others that allows you to parse your JSON by using infix and postfix operators
SJSwiftSideMenuController
February 24, 2017 • MIT License
SJSwiftSideMenuController is Side Menu Controller for both Side Left & Right Menu With Both type of Side menu That is SlideOver and SlideView. By only this menu controller you can use both left and...
PureForm
November 11, 2016 • MIT License
PureForm — the easiest way to build form such as login, questionnaire and etc. screens from JSON file. PureForm provides parsing properties and special params into objects for further manipulation ...
MagicMapper
October 29, 2016 • Apache 2.0 License
Super light and easy automatic JSON to model mapper.