Chat screen: Display network status, and handle unsent messages.

This commit is contained in:
giomfo
2016-02-25 13:54:53 +01:00
parent edf33d94ac
commit 7539e3a726
10 changed files with 279 additions and 60 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
self.prefixTextColor = kVectorTextColorGray;
self.bingTextColor = kVectorColorGreen;
self.sendingTextColor = kVectorTextColorGray;
self.errorTextColor = [UIColor redColor];
self.errorTextColor = kVectorTextColorRed;
self.defaultTextFont = [UIFont systemFontOfSize:15];
self.prefixTextFont = [UIFont boldSystemFontOfSize:15];