设置 UIImage 边框
有没有办法为 UIImage 设置边框。我知道如何为 UIImageView 设置它,但我的问题是我在 UIImageview 中加载的 UIImage 不会与 UIImageView 具有相同的大小或纵横比。因此,我保持了 UIImageView 模式以适应宽高比。现在为 UIImageView 提供边框会为整个 UIImageView 而不仅仅是 UIImage 加上边框,当 UIImage 的大小或长宽比与 UIV 不同时,这看起来不太好。
帮助?
Is there a way to set borders to a UIImage. I know how to set it for UIImageView, but my problem is the UIImage that I load up in a UIImageview wont be of the same size or aspect ratio as the UIImageView. Hence Ive kept the UIImageView mode to aspect fit. Giving a border to UIImageView now would border the entire UIImageView rather than just the UIImage, and that doesn't look good when the UIImage is not of the same size or aspect ratio as the UIV.
Help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这个问题有一些解决方案:如何我可以获取 UIImage 并给它一个黑色边框吗?
There's some solutions in this question: How can i take an UIImage and give it a black border?