Friday, October 30, 2015
Tuesday, October 20, 2015
DataLoader
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various key-value store backends and reduce requests to those back-ends via batching and caching.
Monday, October 19, 2015
Thursday, October 15, 2015
Adding edge swipe to SFSafariViewController
Subclass
SFSafariViewController
, add a view on the edge, and add a UIScreenEdgePanGestureRecognizer
to it.
Monday, October 5, 2015
Aspects
Library for aspect oriented programming. Think of Aspects as method swizzling on steroids. It allows you to add code to existing methods per class or per instance, whilst thinking of the insertion point e.g. before/instead/after. Aspects automatically deals with calling super and is easier to use than regular method swizzling.
Subscribe to:
Posts (Atom)