Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keeshux/ios-components
Collection of reusable components for iOS development.
https://github.com/keeshux/ios-components
Last synced: 1 day ago
JSON representation
Collection of reusable components for iOS development.
- Host: GitHub
- URL: https://github.com/keeshux/ios-components
- Owner: keeshux
- License: bsd-2-clause
- Archived: true
- Created: 2011-06-22T22:07:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T08:27:49.000Z (about 5 years ago)
- Last Synced: 2024-10-31T16:23:58.573Z (13 days ago)
- Language: Objective-C
- Homepage:
- Size: 523 KB
- Stars: 81
- Watchers: 8
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ios-components
Podfile:
pod 'ios-components'
## Macros
- [KSMacros](Components/Macros) - Common routines
## Utils
- [KSAutocomplete](Components/Utils/KSAutocomplete)
- [KSCIDictionary](Components/Utils/KSCIDictionary) - Case-insensitive `NSDictionary` and `NSMutableDictionary` wrappers
- [KSKeychain](Components/Utils/KSKeychain) - Rapid keychain access
- [NSArray+Occurrences](Components/Utils/NSArray+Occurrences)
- [NSArray+Reverse](Components/Utils/NSArray+Reverse)
- [NSArray+Varargs](Components/Utils/NSArray+Varargs)
- [NSFileManager+UserDirectories](Components/Utils/NSFileManager+UserDirectories)
- [NSMutableArray+Shuffling](Components/Utils/NSMutableArray+Shuffling)
- [NSString+DateConversion](Components/Utils/NSString+DateConversion)
- [NSString+Digest](Components/Utils/NSString+Digest)
- [NSString+Numeric](Components/Utils/NSString+Numeric)
- [NSString+Random](Components/Utils/NSString+Random)
- [NSTimer+Pause](Components/Utils/NSTimer+Pause)## UI
- [CALayer+Borders](Components/UI/CALayer+Borders)
- [KSActionView](Components/UI/KSActionView)
- [KSAdvancedPicker](Components/UI/KSAdvancedPicker) - Meant to overcome `UIPickerView` limitations
- [KSBasicMapAnnotation](Components/UI/KSBasicMapAnnotation)
- [KSCheckView](Components/UI/KSCheckView)
- [KSGridView](Components/UI/KSGridView) - Static, no-brainer, bidimensional grid
- [KSOptionsViewController](Components/UI/KSOptionsViewController) - Convenient table view controller for option selection
- [KSSheetView](Components/UI/KSSheetView)
- [MKMapView+Zoom](Components/UI/MKMapView+Zoom)
- [UIBarButtonItem+CustomImage](Components/UI/UIBarButtonItem+CustomImage)
- [UIColor+Darkening](Components/UI/UIColor+Darkening)
- [UIScrollView+Shortcuts](Components/UI/UIScrollView+Shortcuts)
- [UITableViewCell+Separator](Components/UI/UITableViewCell+Separator)
- [UIWebView+Activity](Components/UI/UIWebView+Activity)## In-app purchases
- [KSIAP](Components/IAP) - Easier in-app purchases tracking
## Progress downloader
- [KSProgressDownloader](Components/ProgressDownloader) - HTTP fetcher showing download progress.
## Donations
Bitcoin address: [16w2AWamiH2SS68NYSMDcrbh5MnZ1c5eju](bitcoin:16w2AWamiH2SS68NYSMDcrbh5MnZ1c5eju)