From 8e0bc46556910441ff60ff5e34b848fb398e8716 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Fri, 23 May 2014 11:59:20 +0200 Subject: [PATCH] Scroll to bottom when changing orientation in ChatRoomView --- Classes/ChatRoomViewController.m | 1 + 1 file changed, 1 insertion(+) 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 {