开发者

iPhone orientation UILabel size

I have a UILabel inside a UItableviewcell. 开发者_如何学GoThe width of the label is 280px in portrait mode with a 20px margin on each side. How I can extend the width while keeping the same margin in landscape mode?


label.autoresizingMask = UIViewAutoresizingFlexibleWidth;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜