BHExtension
- 这是一个用于在 Storyboard 中编辑某些视图的简单库。
BHView
- 在 Storyboard 中编辑任何 UIVIEW 的圆角。
- 设置 Storyboard 中任何 UIView 的渐变颜色。
- 编辑渐变颜色的起始点和终点。
- 在 Storyboard 中设置和编辑阴影。
BHButtonView
- 在 Storyboard 中编辑任何 UIButton 的圆角。
- 在 Storyboard 中设置和编辑阴影。
- 在 Storyboard 中设置渐变颜色。
- 编辑渐变颜色的起始点和终点。
BHImageView
- 在 Storyboard 中编辑任何 UIImageView 的圆角。
- 在图片中设置边框。
- 编辑边框宽度。
BHTextField
- 在 StoryBoard 中编辑圆角。
BHNavigationBar
- 设置阴影并在 StoryBoard 中编辑它。
示例
要运行示例项目,首先克隆仓库,然后从 Example 目录运行 pod install
。
需求
安装
BHExtension 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
pod 'BHExtension'
作者
bandarHL, [email protected]
许可
BHExtension 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。