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;
精彩评论