All Projects → bytesking → YJCategories

bytesking / YJCategories

Licence: MIT license
Objective-C 常用分类集合,支持Cocoapods

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to YJCategories

Hexo Auto Category
Generate categories automatically for each post in Hexo
Stars: ✭ 49 (-44.94%)
Mutual labels:  category
Bastet
A ReasonML/Ocaml library for category theory and abstract algebra
Stars: ✭ 200 (+124.72%)
Mutual labels:  category
MKMapView-ZoomLevel
MKMapView category with zoom level extension.
Stars: ✭ 23 (-74.16%)
Mutual labels:  category
Sonataclassificationbundle
Symfony SonataClassificationBundle
Stars: ✭ 76 (-14.61%)
Mutual labels:  category
Jxsegmentedview
A powerful and easy to use segmented view (segmentedcontrol, pagingview, pagerview, pagecontrol, categoryview) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)
Stars: ✭ 1,905 (+2040.45%)
Mutual labels:  category
Wtsdk
开发项目积累的一些category、tools、自定义View,持续更新
Stars: ✭ 235 (+164.04%)
Mutual labels:  category
Mbprogresshud Bwmextension
Nihility-Ming to MBProgressHUD extension, easy to use.
Stars: ✭ 35 (-60.67%)
Mutual labels:  category
ZCategoryTool
ZCategoryTool
Stars: ✭ 37 (-58.43%)
Mutual labels:  category
Django Treenode
probably the best abstract model / admin for your tree based stuff. 🌳
Stars: ✭ 142 (+59.55%)
Mutual labels:  category
RFKit
Toolkit for daily Cocoa development. Since 2012.
Stars: ✭ 20 (-77.53%)
Mutual labels:  category
Yjcategories
Objective-C 常用分类集合,支持Cocoapods
Stars: ✭ 89 (+0%)
Mutual labels:  category
Channeltagview
一个新闻频道管理view
Stars: ✭ 115 (+29.21%)
Mutual labels:  category
React Native Dropdown Picker
A single / multiple, categorizable & searchable item picker (dropdown) component for react native which supports both Android & iOS.
Stars: ✭ 230 (+158.43%)
Mutual labels:  category
Lvthemekit
App 多区域皮肤 UIKit Category
Stars: ✭ 75 (-15.73%)
Mutual labels:  category
hexo-directory-category
Automatically add category to Hexo article according to the article file directory.
Stars: ✭ 35 (-60.67%)
Mutual labels:  category
Depressurizer
A Steam library categorizing tool.
Stars: ✭ 1,008 (+1032.58%)
Mutual labels:  category
Laravel Nestable
Laravel 5 nested category/menu generator
Stars: ✭ 216 (+142.7%)
Mutual labels:  category
arr
数组增强组件主要是对数组等数据进行处理,如无限级分类操作、商品规格的迪卡尔乘积运算等。
Stars: ✭ 62 (-30.34%)
Mutual labels:  category
PREBorderView
A very simple Objective-C UIView category for specifying single-sided borders.
Stars: ✭ 18 (-79.78%)
Mutual labels:  category
AHCategoryView
A navigation view for categories
Stars: ✭ 29 (-67.42%)
Mutual labels:  category

YJCategories 是Objective-C超级分类集合

CocoaPods CocoaPods GitHub tag license

收集常用、实用的Objective-C Categories扩展, 其中包括 Foundation, UIKit, CoreData, QuartzCore, CoreLocation, MapKit 等.

Requirements

This library requires `iOS 8.0+`.

Installation

Installation with CocoaPods

platform :ios
pod 'YJCategories'

Manually

Copy YJCategories folder to your project

Usage

####onekey import all categories of framework

onekey import all categories of all frameworks

"YJCategories.h",

Content

Foundation

* NSObject
    1.  YJSuperExt
    2.  YJKeyValueObserving

* NSArray
    1.  YJSuperExt
    2.  YJBlock

* NSMutableArray
    1.  YJSuperExt

* NSDictionary
    1.  YJSuperExt
    2.  YJMerge
    3.  YJXML

* NSString
    1.  YJSuperExt  // 超级集合
    2.  YJContains  // 是否包含
    3.  YJPinYin    // 汉字转各种拼音
    4.  YJSize      // 计算字符串的大小
    5.  YJSpecialCharacter  // 特殊字符 
    6.  YJMIME
    7.  YJVerification      // 字符串验证
    8.  YJXML

* NSNotificationCenter
    1.  YJMainThread

* NSIndexPath
    1.  YJOffset

* NSURL
    1.  YJParameters

* NSBundle
    1.  YJSuperExt

* NSData
    1.  YJGzip
    2.  YJSuperExt

* NSDate
    1.  YJSuperExt
    2.  YJStartEnd

* NSDateFormatter
    1.  YJSuperExt

* NSFileManager
    1.  YJSuperExt

* NSTimer
    1.  YJSuperExt
    2.  YJBlock

UIKit

* UIWindow
    1.  YJSuperExt

* UIApplication
    1.  YJAppInfo
    2.  YJSuperExt

* UIViewController
    1.  YJSuperExt
    2.  YJBackButtonBlock
    3.  YJFullScreenSupport

* UILabel
    1.  YJSuperExt

* UIButton
    1.  YJSuperExt
    2.  YJImagePosition

* UITableView
    1.  YJSuperExt

* UITableViewCell
    1.  YJNib

* UIView
    1.  Frame
    2.  Find
    3.  LoadNib
    4.  YJScreenshot
    5.  YJConstraints
    6.  YJGestureBlock
    7.  YJRecursion
    8.  YJCustomBorder
    9.  YJShake
    10. YJVisuals
    11. YJDraggable
    12. YJAnimation
    13. YJBadge
    14. 获取 View 中心点X centerX
    15. 获取 View 中心点Y centerY
    16. 移动 View 不改变大小 moveOriginToPoint:
    17. 缩放 View 的宽和高 scaleWidth:height:
    18. 适应缩放 View 填充 fitScaleInSize:

* UINavigationController
    1.  YJSuperExt
* UIControl
    1.  YJSuperExt
    2.  YJBlock

* UIFont
    1.  YJSuperExt

* UINavigationBar
    1.  YJSuperExt

* UIResponder
    1.  YJSuperExt

* UIBezierPath
    1.  YJSuperExt

* UIScrollView
    1.  YJSuperExt
    2.  YJPosition

* UIBarButtonItem
    1.  YJBadge

* UIImge
    1.  YJSuperExt

QuartzCore

* CALayer

CoreData

* NSManagedObjectContext

CoreLocation

* CLLocationManager

MapKit

* MKMapView

License

YJCategories is available under the MIT license.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].