KJCategories
March 30, 2022 • MIT License
Collection of native ios extensions and classes to boost development process.
- [x] OpenCV: Hough correction, feature extraction, image processing package, morphological processing, filter proce...
AHCategoryView
November 11, 2017 • Apache 2.0 License
AHCategoryView acts like a flexible UITabBarController, but upside down, for categorizing different pages of controllers in your app.
UITags
December 22, 2015 • Unspecified License
UITags can be used if you have a list a you want to filter the based on some cateogies, or if you want the user to choose some of the options. It is very customizable
ARDetector
July 03, 2015 • MIT License
CIDetector, AVCaptureVideoDataOutput and AVCaptureMetadataOutput categories. With face, rectangle, QR Code, the future text CIDetector and blocks for AVCaptureOutput handling.
DejalUIKitCategories
February 17, 2015 • BSD License
DejalUIKitCategories is a collection of categories for UIKit on iOS, to add useful methods to classes like UIBarButtonItem, UIColor, UIView, and others.
- **UIApplication+Dejal**: Adds methods t...
DejalAppKitCategories
February 04, 2015 • BSD License
DejalAppKitCategories is a collection of categories for AppKit on OS X, to add useful methods to classes like NSMenu, NSTableView, NSTextView, and others.
- **NSButton+Dejal**: A text color prop...
DejalFoundationCategories
February 03, 2015 • BSD License
DejalFoundationCategories is a collection of Foundation-level categories, to add useful methods to classes like NSArray, NSDictionary, NSString, and others. They work on both OS X and iOS.
Feat...
NSObject+MethodCallDependingType
April 06, 2014 • MIT License
Objective-C Category for routing methods depending a specified type
MyCategories
March 24, 2014 • MIT License
UIView Categories for adding:
* Shake Effect
* Parallax Effect
Objective-C Regex Categories
December 13, 2013 • MIT License
This project is a collection of objective-c categories for NSRegularExpression and NSString that make usage easier and more concise.
//Using NSRegularExpression
NSString* string = @"I...
RSCategories
August 26, 2013 • MIT License
Inclues a few essential categories for iOS Developers. There are helper methods for NSDate, NSString, NSUserDefaults, UIColor and UIImage.
UIImage has a working implementation of Loading GIF for...
NBUCore
June 09, 2013 • Apache 2.0 License
Convenience extensions, macros and on-device console for iOS projects
RNTextStatistics
November 27, 2012 • MIT License
This project is an Objective-C port of Dave Child's awesome Text-Statistics project. Get stats regarding readability, syllables, and counts of words/sentences with just a Category on NSString.