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
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
Access Xcode Server API with native Swift objects.
Source: czechboy0/XcodeServerSDK
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 concept of capturing state. As a result, the compiler will only allow Swift closures that do not capture any outside state to be bridged to a C function pointer. Swift uses the new @convention(c) notation to indicate this calling convention.
A drop-in tool that monitors UITableViewCell & UICollectionViewCell rendering performance on the fly.
Source: diwu/DWURecyclingAlert
Docker自从诞生以来就一直备受追捧,学习Docker是一件很炫酷、很有意思的事情。我希望通过这篇文章能够让大家快速地入门Docker,并有一些学习成果来激发自己的学习兴趣。我也只是一个在Docker这条巨鲸上玩耍的小孩,全文如有不明确、不正确的地方,还请斧正。
Source: Docker简明教程 | saymagic’s blog
Don’t optimize for discouraging undesirables. Optimize for encouraging the people who you do want.
Source: On Recruiting, Inclusiveness, and Crafting Better Job Descriptions – Safari Blog
Source: LigeiaRowena/LocalizationManager
A collection of cool hidden and not so hidden features of Git and GitHub.
Source: tiimgreen/github-cheat-sheet
A simple UIKit extension to wrap the flexbox properties in regular UIView. This project is based on the robust Facebook’s C implementation of Flexbox. The goal is to have a small standalone UIKit library to layout elements. It doesn’t rely on the DOM model at all.
Source: alexdrone/ios-flexboxkit