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.
我需要一些关于 UIButtons 的帮助,
我想知道如何获得我用下面的代码设置的发光效果以响应触摸的位置。
[C setShowsTouchWhenHighlighted:YES];
这个想法是,当按钮被触摸时,它将跟随触摸的位置。
你必须自己做。将发光 png 加载到 aUIImageView中并将其添加到视图层次结构中。然后根据触摸设置视图的位置。
UIImageView
http://i.imgur.com/RS2kQ.png