Year 1 Issue 20
19 Oct 2015mattress
A Swift framework for storing entire web pages into a disk cache distinct from, but interoperable with, the standard NSURLCache
layer. This is useful for both pre-caching web content for faster loading, as well as making web content available for offline browsing.
So BuzzFeed doesn’t just publish silly “The 10 most …” list, but also useful open source libraries 😜
LiveGIFs
Open source iOS app to “Free your Live Photos from Photos.app and share them with the world as animated GIFs”. Be careful when using it, as the author clearly states that the project is still a work in progress.
And if you want to go in the opposite direction, checkout LoveLiver, by mzp a CLI tool to create Live Photos from .JPGs or MOVs.
CVCalendar
A fully featured calendar view to use in your app, with a lot of customizations.
HHEnumeration-Xcode
Useful Xcode plugin that prepopulates the enum prefix in methods expecting enums parameters. For example:
[button setTitle:@"Follow @_theiostimes" forState:UIControState];
MonkeyKing
Library to post messages to Chinese Social Networks, namely WeChate, Weibo and QQ, aiming to be better than “their buggy SDKs”. I supports OAuth and integrates with UIActivityViewController
.
TuningFork
Simple utility to process microphone input and interpreting its pitch, frequency, amplitude, and more.
BEMCheckBox
Library to display eye pleasing, animated, and customizable checkboxes.
PCLBlurEffectAlert
A UIAlertController
replacement adding UIVisualEffectView
to add a blur effect.
AutoHighlightSymbol
This plugin replaces Xcode’s subtle dashed line when selecting a symbol with a proper highlight, changing it background color and font. The project works, but is still under development, why don’t you give a hand?
CardAnimation
The project is an implementation on this Dribble concept.
Other Interesting Projects
- CircularCollectionView Circular
UICollectionView
plus circular scroll title view. - clang-compilation-database-tool Figure out which icons are used in which context in OS X.
- Blackspace Add blank spaces to OS X’s Dock.
- mac-icon-size-tester Tool that can be used to generate Clang Compilation DBs from Xcode.
- CSSketch Plugin that adds CSS support to Sketch 3 for a faster design workflow.