TSMessages
TSMessages copied to clipboard
TSMessages Customisation overrides
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)
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.