iOS: update ui of performance waterfall
This commit is contained in:
parent
7a94ef0a53
commit
0a1dad1b10
@ -151,7 +151,7 @@ - (void)refreshUI:(DoricDevAnchorItem *)anchorItem {
|
|||||||
|
|
||||||
[self.argumentName also:^(UILabel *it) {
|
[self.argumentName also:^(UILabel *it) {
|
||||||
it.hidden = NO;
|
it.hidden = NO;
|
||||||
it.text = params;
|
it.text = [params stringByReplacingOccurrencesOfString:@"\n" withString:@"\t"];
|
||||||
it.width = self.expandedView.width - 15;
|
it.width = self.expandedView.width - 15;
|
||||||
it.height = 16;
|
it.height = 16;
|
||||||
it.left = 15;
|
it.left = 15;
|
||||||
|
Reference in New Issue
Block a user