Stay in touch
LayoutLoopHunter
January 12, 2019 • MIT License
The library helps to catch the OOMs caused by Autolayout Feedback Loop by replicating the behavior of UIViewLayoutFeedbackLoopDebuggingThreshold in the live code.
No image provided.
No image provided.
Gradients
January 11, 2019 • MIT License
🌔 A curated collection of splendid 180+ gradients made in swift
png
January 11, 2019 • Apache 2.0 License
A pure swift PNG decoder and encoder for accessing the raw pixel data of a PNG file
SimplePagedView
January 10, 2019 • MIT License
A PageViewController replacement built to be as simple as possible
RecordARFace
January 10, 2019 • MIT License
It operates on actual machine. We can authenticate the face, mask the face with AR, and record the masked image.
CardPresentationController
January 07, 2019 • MIT License
Custom UIPresentationController which mimics the behavior of Apple Music UI
Stevia
January 06, 2019 • MIT License
Healthy Autolayout Sugar: visual layout API, chainable API, and equation-based API. All generate native NSLayoutConstraints.
FeatureFlags
January 06, 2019 • MIT License
Allows developers to configure feature flags, run multiple A/B tests or phase feature roll out using a JSON configuration file.
MagazineLayout
January 06, 2019 • Apache 2.0 License
A collection view layout capable of laying out views in vertically scrolling grids and lists.
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`
Menu
January 05, 2019 • MIT License
The iOS Menu, as detailed in this blog post: https://codea.io/blog/the-ios-menu/
No image provided.
Kingfisher
January 04, 2019 • MIT License
A lightweight, pure-Swift library for downloading and caching images from the web.
VennPieChart
January 03, 2019 • MIT License
After searching a lot on internet finally we ended up making a new kind of pie chart(Venn Pie Chart).
Courtesy: Pankaj Kumhar ([email protected]) Nilaakash Singh ([email protected])
IHProgressHUD
January 02, 2019 • MIT License
IHProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS. IHProgressHUD is based on SVProgressHUD and ported to Swift with the help of Swiftify,...