Fenix Wang %!s(int64=8) %!d(string=hai) anos
pai
achega
d1a6922531

BIN=BIN
NIMDemo/NIM.xcworkspace/xcuserdata/Fenix.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
NIMDemo/NIMDemo/TradeTopBarItem.m

@@ -42,7 +42,7 @@
     _icon = [[UIImageView alloc] initWithFrame:CGRectMake(10, 5, 20, 20)];
     [container addSubview:_icon];
     
-    _label = [[UILabel alloc] initWithFrame:CGRectMake(_icon.right+5, 3, self.width-_icon.right-10, 24)];
+    _label = [[UILabel alloc] initWithFrame:CGRectMake(_icon.right+5, 3, container.width-_icon.right-10, 24)];
     [container addSubview:_label];
 }