12.2 UIButton

12.2 UIButton

UIButton继承自UIControl类,是一个被开发者广泛使用的控件。它最常用的触控事件是UIControl Events中的点击事件——UIControlEventTouchUpInside。下面将介绍如何使用UIButton。