在 SO 中有许多很好的例子可以去除 UITextView 的左边填充。
然而,我需要删除正确的填充也。
我试过了。
[tv setContentInset: UIEdgeInsetsMake(-4,-8,-8,-X)];//where X is any integer
以及最后两个值的每个其他排列都去除了填充,但似乎没有任何效果。也试过了
[tv sizeToFit];
[tv setTextAlignment:[NSTextAlignmentRight]];
文本视图中的下列文本显示“00”