Latest | 1.0 |
---|---|
Homepage | https://github.com/kentnguyen/KNMultiItemSelector |
License | MIT |
Platforms | ios , requires ARC |
Dependencies | SDWebImage |
Frameworks | CoreGraphics, ImageIO |
Authors |
KNMultiItemSelector for iOS
KNMultiItemSelector is a versatile drop in multiple items selector for iOS projects. It works with both iPhone and iPad for several usage scenarios. See features and screenshots below
Demo
View a demo clip here
iPhone and iPad screenshots
Features
- Multiple items selector with simple NSArray
- Subclass of UIViewController
- Enable/Disable table index
- Enable/Disable search control
- Enable/Disable recent items
- Optional image with out-of-box caching
- Facebook friends selector demo project
Usage examples and Documentation
Visit Documentation to see how it is used and other configuration options
License
In short: MIT aka Buy me coffee license
KNMultiItemSelector is licensed under MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Latest podspec
{ "name": "KNMultiItemSelector", "version": "1.0", "license": "MIT", "summary": "KNMultiItemSelector is a versatile drop in multiple items selector for iOS projects.", "homepage": "https://github.com/kentnguyen/KNMultiItemSelector", "authors": { "Kent Nguyen": "[email protected]" }, "source": { "git": "https://github.com/kentnguyen/KNMultiItemSelector.git", "tag": "1.0" }, "platforms": { "ios": null }, "source_files": [ "KNMultiItemSelector/KNMultiItemSelector.{h,m}", "KNMultiItemSelector/KNSelectorItem.{h,m}" ], "resources": "KNMultiItemSelector/Images/*.png", "requires_arc": true, "dependencies": { "SDWebImage": [] }, "frameworks": [ "CoreGraphics", "ImageIO" ] }
Sat, 05 Mar 2016 05:20:04 +0000