UIView (UIImageView) 中的内阴影
我想在 UIView 的边框上实现内部阴影。请参阅屏幕截图
。
我已经尝试使用影子 CALayer,但它似乎不是一个好的选择。感谢您的任何提示。
不幸的是我没有在这里讨论的主题中找到答案。
I would like to achieve inner shadows on the border of an UIView. See screenshot
.
I have tried it using shadow CALayer, but it does not seem to be good choice for this. Thanks for any hints.
Unfortunately I did not find an answer in the topics discussed here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我总是使用带有内部阴影的 UIImage 来执行此操作,并将其放置在您要添加阴影的视图之上。
I always do this with a UIImage that has the inner shadow in it, and lay that on top of the view you're trying to shadow.