# WZUIKit **Repository Path**: rn-wyz/WZUIKit ## Basic Information - **Project Name**: WZUIKit - **Description**: No description available - **Primary Language**: Swift - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-19 - **Last Updated**: 2022-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WZUIKit ### WZUIButton 控件展示效果图,或者可以通过[下载视频](https://github.com/WUYUEZONG/WZUIKit/blob/main/Example/ExampleResource/example.mp4)查看更高清版本 ![WZUIButton](https://github.com/WUYUEZONG/WZUIKit/blob/main/Example/ExampleResource/example.gif) #### 关于WZUIButton 三种布局方式 ``` enum ImagePosition { /// image at first case head case behind case top } ``` 通过设置 `wzImagePosition` 属性来更改布局 ``` button.wzImagePosition = .behind ``` ### 使用方法 支持通过Swift Package Manager添加到项目 ``` https://github.com/WUYUEZONG/WZUIKit.git ```