diff --git a/Classes/ChatRoomViewController.m b/Classes/ChatRoomViewController.m index 166a97aca..23baa2827 100644 --- a/Classes/ChatRoomViewController.m +++ b/Classes/ChatRoomViewController.m @@ -227,6 +227,7 @@ static UICompositeViewDescription *compositeDescription = nil; [super didRotateFromInterfaceOrientation:fromInterfaceOrientation]; [messageBackgroundImage setImage:[TUNinePatchCache imageOfSize:[messageBackgroundImage bounds].size forNinePatchNamed:@"chat_message_background"]]; + [tableController scrollToBottom:true]; } - (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration {