ZLSwipeableViewSwift
A simple view for building card like interface like Tinder and Potluck. Source: zhxnlai/ZLSwipeableViewSwift
D3 圖表優化二三事
因為我認為 Data-Driven 是 D3.js 的核心觀念之一,在瞭解如何將資料轉為 DOM / SVG 元件以後,剩下再去讀 D3 的 API 相信也能輕易上手。 Source: Modern WebConf 2015 與我的講題:D3 圖表優化二三事 « kuro’s Blog
TextFieldEffects
Custom UITextFields effects inspired by Codrops, built using Swift Source: raulriera/TextFieldEffects
A Hallway of Doors — Prolost
Is there stuff beyond these doors you should be using? Or is it safe to ignore them? If you open Color Correction first, you might think that every door has a big, powerful room behind it. If you open Playback first, you might think each door is just a pantry.It’s hard for us developers to […]
RMPZoomTransitionAnimator
A custom zooming transition animation for UIViewController Source: recruit-mp/RMPZoomTransitionAnimator
IQKeyboardManager
Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more. Source: hackiftekhar/IQKeyboardManager
XcodeServerSDK
Access Xcode Server API with native Swift objects. Source: czechboy0/XcodeServerSDK
C Callbacks in Swift
With Swift 2, it is now possible to do this fully natively in Swift. C function pointers are imported into Swift as closures. You can pass any Swift closure or function with matching parameters to code that expects a C function pointer – with one massive caveat: unlike closures, C function pointers don’t have the […]
A drop-in tool that monitors UITableViewCell & UICollectionViewCell rendering performance on the fly.
A drop-in tool that monitors UITableViewCell & UICollectionViewCell rendering performance on the fly. Source: diwu/DWURecyclingAlert
Docker简明教程 | Docket quick start
Docker自从诞生以来就一直备受追捧,学习Docker是一件很炫酷、很有意思的事情。我希望通过这篇文章能够让大家快速地入门Docker,并有一些学习成果来激发自己的学习兴趣。我也只是一个在Docker这条巨鲸上玩耍的小孩,全文如有不明确、不正确的地方,还请斧正。 Source: Docker简明教程 | saymagic’s blog