Latest | 1.3 |
---|---|
Homepage | https://github.com/keeshux/ios-components |
License | GPL |
Platforms | ios 6.0, requires ARC |
Authors |
Podfile:
pod 'ios-components'
Macros
- KSMacros – Common routines
Utils
- KSAutocomplete
- KSCIDictionary – Case-insensitive
NSDictionary
andNSMutableDictionary
wrappers - KSKeychain – Rapid keychain access
- NSArray+Occurrences
- NSArray+Reverse
- NSArray+Varargs
- NSFileManager+UserDirectories
- NSMutableArray+Shuffling
- NSString+DateConversion
- NSString+Digest
- NSString+Numeric
- NSString+Random
- NSTimer+Pause
UI
- CALayer+Borders
- KSActionView
- KSAdvancedPicker – Meant to overcome
UIPickerView
limitations - KSBasicMapAnnotation
- KSCheckView
- KSGridView – Static, no-brainer, bidimensional grid
- KSOptionsViewController – Convenient table view controller for option selection
- KSSheetView
- MKMapView+Zoom
- UIBarButtonItem+CustomImage
- UIColor+Darkening
- UIScrollView+Shortcuts
- UITableViewCell+Separator
- UIWebView+Activity
In-app purchases
- KSIAP – Easier in-app purchases tracking
Progress downloader
- KSProgressDownloader – HTTP fetcher showing download progress.
Donations
Bitcoin address: 16w2AWamiH2SS68NYSMDcrbh5MnZ1c5eju
Latest podspec
{ "name": "ios-components", "version": "1.3", "license": "GPL", "summary": "Collection of reusable components for iOS development.", "homepage": "https://github.com/keeshux/ios-components", "authors": { "Davide De Rosa": "[email protected]" }, "source": { "git": "https://github.com/keeshux/ios-components.git", "tag": "1.3" }, "platforms": { "ios": "6.0" }, "exclude_files": [ "ComponentsDemo", "ComponentsTests" ], "requires_arc": true, "subspecs": [ { "name": "Macros", "source_files": [ "Components/Macros/**/*.{h,m}" ] }, { "name": "Utils", "source_files": [ "Components/Utils/**/*.{h,m}" ], "dependencies": { "ios-components/Macros": [] } }, { "name": "UI", "source_files": [ "Components/UI/**/*.{h,m}" ], "frameworks": [ "CoreGraphics", "CoreLocation", "MapKit" ], "dependencies": { "ios-components/Macros": [] } }, { "name": "IAP", "source_files": [ "Components/IAP/**/*.{h,m}" ], "frameworks": [ "Security", "StoreKit" ], "dependencies": { "ios-components/Macros": [], "ios-components/Utils": [] } }, { "name": "ProgressDownloader", "source_files": [ "Components/ProgressDownloader/**/*.{h,m}" ], "dependencies": { "ios-components/Macros": [], "MBProgressHUD": [] } } ] }
Fri, 04 Mar 2016 00:17:03 +0000