// 4.设置按钮frame
// 获取按钮当前的背景图片的尺寸 == 按钮的尺寸
Btn.size= Btn.currentBackgroundImage.size;
// 获取按钮的当前图片的尺寸 == 按钮的尺寸
Btn.size= Btn.currentImage.size;
注意不能直接改变按钮的frame属性;
// 4.设置按钮frame
// 获取按钮当前的背景图片的尺寸 == 按钮的尺寸
Btn.size= Btn.currentBackgroundImage.size;
// 获取按钮的当前图片的尺寸 == 按钮的尺寸
Btn.size= Btn.currentImage.size;
注意不能直接改变按钮的frame属性;