Fixes and Changes
- Added ability to localize date format using string files:
/* Date format used for message grouping headers on the conversation screen */
"MMMM d, h:mm a" = "MMMM d, h:mm a";
/* Date format used for message timestamps on the conversation screen */
"hh:mm a" = "hh:mm a";
- Changed the conversation navigation bar implementation to make it possible to customize the label at runtime like this
-(void)conversation:(SKTConversation *)conversation didShowViewController:(UIViewController *)viewController
{
viewController.navigationItem.title = @"Some other title";
}
- Fixed a crash when displaying typing indicators while fetching user credit card info
- Fixed a bug where the scroll view doesn't move down to a new message when contained in a tab bar