Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我读过你可以通过设置cornerRadius来制作一个矩形UIButton,但这仅适用于自定义UIButtons吗?有没有办法在默认 UIButton 上将cornerRadius 设置为零?
RoundedRectangle按钮类型意味着它将是圆角,根据我的经验,我认为无法将此按钮的半径设置为 0,但是您可以将背景图像设置为它或使用自定义按钮类型,这很简单正如您自己在问题中提到的那样。
RoundedRectangle
要使 UIButtonTypeRoundedRect 类型的 UIButton 为矩形,请为该按钮提供一个矩形背景图像(例如,使用setBackgroundImage:forState:)。
setBackgroundImage:forState: