All Projects → monetking → Yjcategories

monetking / Yjcategories

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

Projects that are alternatives of or similar to Yjcategories

Uiimageview Letters
UIImageView category for using initials as a placeholder image, written in Objective-C. For a Swift implementation, see https://github.com/bachonk/InitialsImageView
Stars: ✭ 694 (+679.78%)
Mutual labels:  cocoapods, category
Ios Category
iOS 工具分类整理
Stars: ✭ 30 (-66.29%)
Mutual labels:  cocoapods, category
Mbprogresshud Bwmextension
Nihility-Ming to MBProgressHUD extension, easy to use.
Stars: ✭ 35 (-60.67%)
Mutual labels:  cocoapods, category
Sonataclassificationbundle
Symfony SonataClassificationBundle
Stars: ✭ 76 (-14.61%)
Mutual labels:  category
Localizationkit ios
Realtime Dynamic localization translation delivery system for iOS and Mac OSX in Swift. Create and update texts from localization.com without needing to recompile or redeploy. Cocapod for iOS devices (iPad, iPhone, iPod Touch and Mac)
Stars: ✭ 1,206 (+1255.06%)
Mutual labels:  cocoapods
Sfacecompare
Simple lib for iOS to find and compare faces.
Stars: ✭ 83 (-6.74%)
Mutual labels:  cocoapods
Tablemanager
An extension of UITableView. The way it should be. 👍
Stars: ✭ 85 (-4.49%)
Mutual labels:  cocoapods
Qmchatviewcontroller Ios
An elegant ready to go chat view controller for iOS applications
Stars: ✭ 75 (-15.73%)
Mutual labels:  cocoapods
Gesturerecognizerclosures
Closure support for handling gesture recognizers in Swift.
Stars: ✭ 84 (-5.62%)
Mutual labels:  cocoapods
Hdwallet
Simple Swift library for creating HD cryptocurrencies wallets and working with crypto Coins/ERC20 tokens.
Stars: ✭ 80 (-10.11%)
Mutual labels:  cocoapods
Hover
🎈 The smartest floating button
Stars: ✭ 81 (-8.99%)
Mutual labels:  cocoapods
Swiftcamscanner
A pod written in swift that lets you scan and crop documents. It uses edge detection and perspective transformation with OpenCV.
Stars: ✭ 77 (-13.48%)
Mutual labels:  cocoapods
Magnetic
SpriteKit Floating Bubble Picker (inspired by Apple Music) 🧲
Stars: ✭ 1,252 (+1306.74%)
Mutual labels:  cocoapods
Dikit
Dependency Injection Framework for Swift, inspired by KOIN.
Stars: ✭ 77 (-13.48%)
Mutual labels:  cocoapods
Yndropdownmenu
✨ Awesome Dropdown menu for iOS with Swift 5.0
Stars: ✭ 1,259 (+1314.61%)
Mutual labels:  cocoapods
Dtgradientbutton
Easy way to set gradient background to your buttons.
Stars: ✭ 76 (-14.61%)
Mutual labels:  cocoapods
Slidingtabbar
A custom TabBar view with sliding animation written in Swift.
Stars: ✭ 84 (-5.62%)
Mutual labels:  cocoapods
Silentscrolly
Scroll to hide navigationBar, tabBar and toolBar.
Stars: ✭ 79 (-11.24%)
Mutual labels:  cocoapods
Soundable
Soundable allows you to play sounds, single and in sequence, in a very easy way
Stars: ✭ 78 (-12.36%)
Mutual labels:  cocoapods
Sstoastmessage
SSToastMessage is written purely in SwiftUI. It will add toast, alert, and floating message view over the top of any view. It is intended to be simple, lightweight, and easy to use. It will be a popup with a single line of code.
Stars: ✭ 82 (-7.87%)
Mutual labels:  cocoapods

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].