mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-30 17:36:22 +00:00
Revert UICallCell subview trick
This commit is contained in:
parent
da971b73e1
commit
d8a3464994
1 changed files with 2 additions and 2 deletions
|
|
@ -150,8 +150,8 @@
|
||||||
//resize cell to match .nib size. It is needed when resized the cell to
|
//resize cell to match .nib size. It is needed when resized the cell to
|
||||||
//correctly adapt its height too
|
//correctly adapt its height too
|
||||||
UIView *sub = ((UIView*)[arrayOfViews objectAtIndex:0]);
|
UIView *sub = ((UIView*)[arrayOfViews objectAtIndex:0]);
|
||||||
[self.contentView setFrame:CGRectMake(0, 0, sub.frame.size.width, sub.frame.size.height)];
|
[self setFrame:CGRectMake(0, 0, sub.frame.size.width, sub.frame.size.height)];
|
||||||
[self.contentView addSubview:sub];
|
[self addSubview:sub];
|
||||||
}
|
}
|
||||||
// Set selected+over background: IB lack !
|
// Set selected+over background: IB lack !
|
||||||
[pauseButton setImage:[UIImage imageNamed:@"call_state_pause_over.png"]
|
[pauseButton setImage:[UIImage imageNamed:@"call_state_pause_over.png"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue