You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc - 全称GNU Compiler Collection,最知名的C / C++ / Objective-C编译器。
gcov - gcov is a tool you can use in conjunction with GCC to test code coverage in your programs.
lcov - LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects gcov data for multiple source files and creates HTML pages containing the source code annotated with coverage information. It also adds overview pages for easy navigation within the file structure. LCOV supports statement, function and branch coverage measurement.
Gcovr - The gcovr command provides a utility for managing the use of the GNU gcov utility and generating summarized code coverage results.
UIView-FDCollapsibleConstraints - Baidu Zhidao iOS team出品,Builds to collapse a view and its relevant layout constraints, simulating a "Flow Layout" mode.
颜色
HexColors - Easy HEX- and RGB-Color Handling for UIColor and NSColor as a drop in category.
键盘管理
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.
UI组件.HUD
MBProgressHUD - MBProgressHUD is an iOS drop-in class that displays a translucent HUD with an indicator and/or labels while work is being done in a background thread. The HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD with some additional features.
SWTableViewCell - An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application).
JTCalendar - JTCalendar is an easily customizable calendar control for iOS.
MSCollectionViewCalendarLayout - MSCollectionViewCalendarLayout is a UICollectionViewLayout subclass for displaying chronological data. It divides its cells into columns of days, with the size of each cell corresponding to its length. MSCollectionViewCalendarLayout is very similar to the "Week" view in the Apple Calendar/iCal app. See the example screenshots for what this looks like.
ABCalendarPicker - Fully configurable iOS calendar UI component with multiple layouts and smooth animations.
MVVMReactiveCocoa - This repository contains the source code for the GitBucket iOS app. It is a mobile client app for GitHub, built using MVVM architectural pattern and some awesome frameworks, such as ReactiveCocoa、Mantle、octokit.objc, etc. You can use it for any purpose, free of charge.