forked from mirrors/linphone-iphone
Scroll to bottom when changing orientation in ChatRoomView
This commit is contained in:
parent
72394dde77
commit
8e0bc46556
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue