TSMessages icon indicating copy to clipboard operation
TSMessages copied to clipboard

TSMessages Customisation overrides

Open richardshergold opened this issue 9 years ago • 1 comments

The version of TS Messages that Pods is installing for me is 0.9.12 (which I think is the latest?).

However, my TSMessagesView.h does NOT contain these lines of code:

/** Customize title font using Apperance */ @property (nonatomic,strong) UIFont *titleFont UI_APPEARANCE_SELECTOR; @property (nonatomic,strong) UIColor *titleTextColor UI_APPEARANCE_SELECTOR; @property (nonatomic,strong) UIFont *contentFont UI_APPEARANCE_SELECTOR; @property (nonatomic,strong) UIColor *contentTextColor UI_APPEARANCE_SELECTOR; @property (nonatomic,strong) UIImage *messageIcon UI_APPEARANCE_SELECTOR; @property (nonatomic,strong) UIImage *errorIcon UI_APPEARANCE_SELECTOR; @property (nonatomic,strong) UIImage *successIcon UI_APPEARANCE_SELECTOR; @property (nonatomic,strong) UIImage *warningIcon UI_APPEARANCE_SELECTOR;

I can see these lines in the files for the example project but they do not appear in mine (meaning I cant override these properties in my AppDelegate).

What am I doing wrong? (this is the first time I have used Pods so I expect I am doing something wrong)

richardshergold avatar Jun 17 '15 17:06 richardshergold

Ya, looks like those simply got removed, but the docs did not get updated. I believe we are supposed to use the JSON design file now.

johnnypayso avatar Oct 08 '15 17:10 johnnypayso