Commit f6348a82 by Zac Chan

Single line IOS

parent 7b837cbe
...@@ -482,7 +482,7 @@ static const NSString * CSToastQueueKey = @"CSToastQueueKey"; ...@@ -482,7 +482,7 @@ static const NSString * CSToastQueueKey = @"CSToastQueueKey";
self.titleAlignment = NSTextAlignmentLeft; self.titleAlignment = NSTextAlignmentLeft;
self.messageAlignment = NSTextAlignmentLeft; self.messageAlignment = NSTextAlignmentLeft;
self.titleNumberOfLines = 0; self.titleNumberOfLines = 0;
self.messageNumberOfLines = 0; self.messageNumberOfLines = 1;
self.displayShadow = NO; self.displayShadow = NO;
self.shadowOpacity = 0.8; self.shadowOpacity = 0.8;
self.shadowRadius = 6.0; self.shadowRadius = 6.0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment