Button的图像位置设置
Posted OIMM
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Button的图像位置设置相关的知识,希望对你有一定的参考价值。
[button setImageEdgeInsets:UIEdgeInsetsMake(2, 70, 2,70 )];
[button setImageEdgeInsets:UIEdgeInsetsMake(<#CGFloat top#>, <#CGFloat left#>, <#CGFloat bottom#>, <#CGFloat right#>)]
上边距 左边距 下边距 右边距
以上是关于Button的图像位置设置的主要内容,如果未能解决你的问题,请参考以下文章
在Unity脚本手册中GUILayout.Button怎么设置位置
设置 button.frame.origin 不会快速更改 scrollView 中的位置