Latest | 1.0 |
---|---|
Homepage | https://github.com/jagadeesheie/IMTextView |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
An iOS textview with customized icons.
![]() |
![]() |
![]() |
![]() |
Requirement
iOS 7.0+
Installation
From CocoaPods :
pod ‘IMTextView’
Without CocoaPods :
Add IMTextView.h,IMTextView.m, IMTextAttachment.h,IMTextAttachment.m files to your project.
Usage
Instead of UITextView, you should use IMTextView.
For ICON attachment action you should call the below method,
- (void)insertICON:(NSString *)imageName;
The default delimiting characters are "[" for left and "]" for right. If customization needed, the default
‘PATTERN_STR’ should also be changed.
License
IMTextView is available under the MIT License.
Latest podspec
{ "name": "IMTextView", "version": "1.0", "summary": "An iOS textview with customized icons.", "description": "A longer description of IMTextView in Markdown format.nn* Think: Why did you write this? What is the focus? What does it do?n* CocoaPods will be using this to generate tags, and improve search results.n* Try to keep it short, snappy and to the point.n* Finally, don't worry about the indent, CocoaPods strips it!", "homepage": "https://github.com/jagadeesheie/IMTextView", "license": "MIT", "authors": { "Jagadeesh Deivasigamai": "[email protected]" }, "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/jagadeesheie/IMTextView.git", "tag": "v1.0" }, "source_files": [ "IMTextView", "IMTextView/*.{h,m}" ], "requires_arc": true }
Wed, 02 Mar 2016 11:20:03 +0000