Scroll to bottom when changing orientation in ChatRoomView

This commit is contained in:
Guillaume BIENKOWSKI 2014-05-23 11:59:20 +02:00
parent 72394dde77
commit 8e0bc46556

View file

@ -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 {