UIButton和MyCustomButton有什么区别

时间:2011-02-21 10:41:53

标签: iphone objective-c

UIButton和MyCustomButton有什么区别 UIButton * bttn; MyCustomButton * bttn1;

2 个答案:

答案 0 :(得分:1)

我认为MyCustomButton是一些按钮实现子类UIButton,但默认情况下不是UIKit的一部分。它可能会扩展UIButton的功能但不知道它的实现,nobeody将能够提供更多细节。

答案 1 :(得分:0)

在自定义UIButton创建中,您可以根据需要进行设计。像背景图像设置和你想要的不同自定义.UIButton功能它应该是相同的默认按钮格式。详情[1]:http://kunalmaemo.blogspot.com/2010/04/creating-uibutton-manually-on-iphone.html参考..