# LQRelayoutButton
**Repository Path**: wild_wind/LQRelayoutButton
## Basic Information
- **Project Name**: LQRelayoutButton
- **Description**: 调整UIButton的title和image位置
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-11-07
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# LQRelayoutButton
调整UIButton的title和image位置,
在原来的基础上增加了 imageSize 设置 image 的大小,而不是之前的7/8 的大小, 同时添加了 image 的 offset to top or right
## 添加
##### 手动
将项目中的 LQRelayoutButton 文件夹添加到项目目录即可!
##### Cocoapods
```
pod 'LQRelayoutButton'
```
如果对您有帮助,还请star支持一下
[博文讲解](http://blog.csdn.net/lqq200912408/article/details/51323336)
