diff --git a/QRichTextView.podspec b/QRichTextView.podspec index 55ad607..41f6c5d 100644 --- a/QRichTextView.podspec +++ b/QRichTextView.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "QRichTextView" - spec.version = "0.0.7" + spec.version = "0.0.8" spec.summary = "Pod version for https://github.com/aryaxt/iOS-Rich-Text-Editor.git" # This description is used to generate tags and improve search results. diff --git a/QRichTextView.xcworkspace/xcuserdata/xuanquynhle.xcuserdatad/UserInterfaceState.xcuserstate b/QRichTextView.xcworkspace/xcuserdata/xuanquynhle.xcuserdatad/UserInterfaceState.xcuserstate index 7454531..4a06e8b 100644 Binary files a/QRichTextView.xcworkspace/xcuserdata/xuanquynhle.xcuserdatad/UserInterfaceState.xcuserstate and b/QRichTextView.xcworkspace/xcuserdata/xuanquynhle.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/QRichTextView/Classes/RichTextEditor.h b/QRichTextView/Classes/RichTextEditor.h index fdfa4e9..1935dbc 100644 --- a/QRichTextView/Classes/RichTextEditor.h +++ b/QRichTextView/Classes/RichTextEditor.h @@ -51,7 +51,7 @@ @property (nonatomic, strong) UIImage* textColorImagePicker; - (void)setBackgroundColorImage:(UIImage*)backgroundColorImage; - (void)setTextColorImage:(UIImage*)textColorImage; - +- (void)applyAttrubutesToSelectedRange:(id)attribute forKey:(NSString *)key; - (instancetype)initWidthBackgroundColorImage:(UIImage*) backgroundColorImagePicker textColorImagePicker:(UIImage*) textColorImage; - (void)setBorderColor:(UIColor*)borderColor; - (void)setBorderWidth:(CGFloat)borderWidth;