Latest | 1.0.4 |
---|---|
Homepage | https://github.com/acerbetti/ACEExpandableTextCell |
License | MIT |
Platforms | ios 5.0, requires ARC |
Dependencies | SZTextView |
Authors |
ACEExpandableTextCell
Is the simplest way to insert a UITextView
inside an expandable UITableViewCell
.
It also supports a placeholder text
CocoaPods
- Add
pod 'ACEExpandableTextCell'
to your Podfile. - Run
pod install
License
ACEExpandableTextCell is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ACEExpandableTextCell", "version": "1.0.4", "homepage": "https://github.com/acerbetti/ACEExpandableTextCell", "authors": { "Stefano Acerbetti": "[email protected]" }, "license": { "type": "MIT", "file": "LICENSE" }, "summary": "Is the simplest way to insert a UITextView inside an expandable UITableViewCell.", "source": { "git": "https://github.com/acerbetti/ACEExpandableTextCell.git", "tag": "v1.0.4" }, "source_files": "ACEExpandableTextCell/*.{h,m}", "dependencies": { "SZTextView": [] }, "requires_arc": true, "platforms": { "ios": "5.0" } }
Mon, 29 Feb 2016 07:09:02 +0000