uiimageview 或 uibutton 不是方形的
有没有办法制作一个不平方的 uiimageview 或 uibutton ?
我需要几个可以点击但没有方形形状的图像。
有办法解决这个问题吗?
Is there anyway to make an uiimageview or uibutton that is not squared?
I'd need several images that can be clickable but dont have a squared shape.
Is there anyway to solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看此帖子,
使用不规则形状按钮的简单方法
希望如此会解决你的问题
Check out this thread,
Simple way of using irregular shaped buttons
Hope this will solve your problem
使用自定义按钮可以在按钮上获得不同的形状。
一个有用的链接(尽管对于 xcode 3)在这里: http://howtomakeiphoneapps.com/2009/09/how-to-create-custom-buttons-in-interface-builder/
对于 UIImageView 来说,这应该不重要.. UIImageView 的任何部分如果我没记错的话,它不会被图片填充,保持透明。
Use a custom button to get a different shape on the button.
A usefull link (though for xcode 3) is here: http://howtomakeiphoneapps.com/2009/09/how-to-create-custom-buttons-in-interface-builder/
For UIImageView it shouldn't matter much.. Any part of the UIImageView that doesn't get filled by the picture, stays transparant if I'm not mistaken.
您可以创建一个按钮并根据需要设置其
图像
或背景图像
祝你好运
you can create a button and set its
image
orbackground image
as requiredgood luck