Swift Diff library
The first thing (found in LCS.swift) is an algorithm that solves the Longest Common Subsequence problem. The second thing (found in TableViewDiffCalculator.swift) is, well, a diff calculator for UITableViews. Source: jflinter/Dwifft
Swift code sample collection
Reusable apps code samples. Written in Swift Source: CarlosButron/Swift
Raizlabs/BonMot
BonMot (pronounced Bon Mo, French for good word) is an iOS attributed string generation library. It abstracts away the advanced iOS typography tools, freeing you to focus on making your text beautiful. Source: Raizlabs/BonMot
ChenYilong/iOS9AdaptationTips
adapting apps for iOS 9. iOS9适配系列教程 Source: ChenYilong/iOS9AdaptationTips
Wondermall/Doppelganger
Doppelganger – Array diffs as collection view wants it. UITableView. UICollectionView. Array Comparison. Source: Wondermall/Doppelganger
awesome-lists
The definitive list of lists (of lists) curated on GitHub Source: jnv/lists
NewAmsterdamLabs/ZOZolaZoomTransition
a zoom transition that animates the entire view heirarchy. Source: NewAmsterdamLabs/ZOZolaZoomTransition
ZOZolaZoomTransition
a zoom transition that animates the entire view heirarchy. Source: NewAmsterdamLabs/ZOZolaZoomTransition
Visualizing Apple’s Historical iPhone Lineups, Guessing the Next One – MacStories
We’re rapidly approaching that time of the year when Apple introduces new iPhones, and BuzzFeed’s John Paczkowski reported last week that the event will be take place on September 9. There will almost certainly be a lot to talk about after the event (Paczkowski says that the event will include a new Apple TV and […]
facebook/relay
Relay is a JavaScript framework for building data-driven React applications. Declarative: Never again communicate with your data store using an imperative API. Simply declare your data requirements using GraphQL and let Relay figure out how and when to fetch your data. Colocation: Queries live next to the views that rely on them, so you can […]