Year 2 Issue 12
21 Mar 2016Bolts-Swift
The Bolts Framework team has started porting Bolts for iOS to Swift. At the moment only the Task
component is available, but I’d suggest to keep an eye on the repo for future developments.
PeekPop
A library to make the “Peek and Pop” functionality available only to devices with 3D touch to older ones, and work with it using a transparent API.
SPTPersistentCache
The Spotify team shared their take to the caching problem. SPTPersistenCache
is a LRU cache to store NSData
with time to live values and semantics for disk management.
It also comes with a super handy companion Mac app GUI tool to inspect the contents of any SPTPersistentCache
.
NumberMorphView
This nice view library displays numbers and animates their transitions using tweening.
Sweetcorn
Sweetcorn is an OS X app which implements a node based user interface to create Core Image Shader Language code. The resulting code can be used as the basis for custom Core Image filters for either OS X or iOS.
This app has been developed by Simon Gladman aka @FlexMonkey, that in the past months has been sharing a ton of great resources in the field of image manipulation, and even published a book on the topic. Thanks Simon!
SwiftImageProcessing
An speaking of image processing, this project by Sungcheol Kim, contains a collection of Playgrounds demoing simple and not so simple image processing features in Swift
react-native-ios-charts
This library is a port of iOS-Charts, which is a port of MPAndroidCharts, to React Native. The port is not 100% complete, but there are already a good number of charts available.
SmarkDown
A “pure” Swift markdown implementation. Interesting the choice of the author to only publish the library via SPM.
LeagueofLegends
An iOS App for League of Legends ¯_(ツ)_/¯