10pods
Animate UITableView s and UICollectionViews based on changes in view model arrays.
License: MIT
ImagePreview.swift is a Swift client for rendering the ~200 byte preview images generated by the https://github.com/Q42/Q42.ImagePreview.net lib.
License: MIT
Present your custom notices in the application window so the notice isn't lost after leaving the screen.
License: MIT
Promissum is a promise library written in Swift. It features some known functions from Functional Programming like, map
and flatMap
.
It has useful combinators for working with promises like; whenAll
for doing something when multiple promises complete, and whenAny
for doing something when a single one of a list of promises completes. As well as their binary counterparts: whenBoth
and whenEither
.
Promissum really shines when used to combine asynchronous operations from different libraries. There are currently some basic extensions to UIKit, Alamofire and CoreDataKit, and contributions for extensions to other libraries are very welcome.
License: MIT
R.swift is a tool to get strong typed, autocompleted resources like images, fonts and segues in Swift projects.
License: MIT