Navigation Menu

Skip to content

jagadeesheie/IMTextView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMTextView

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.

About

An iOS textview with customized icons.

Resources

License

Stars

Watchers

Forks

Packages

No packages published