// 返回背景框边境
- (CGRect)backgroundRectForBounds:(CGRect)bounds;
// 返回内容框边界
- (CGRect)contentRectForBounds:(CGRect)bounds;
// 返回title边界
- (CGRect)titleRectForContentRect:(CGRect)contentRect;
// 返回image边界
- (CGRect)imageRectForContentRect:(CGRect)contentRect;