Skip to content

ours-curiosity/ios_base_UIWidget

Repository files navigation

BaseUIWidget

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

ios UI各种封装组件库

CTBaseUIWidget

要求:

  • swift:5.0
  • iOS:10.0

使用:

  1. 首先添加私有库repopod
pod repo add CTSpecs https://github.com/ours-curiosity/CTSpecs.git
  1. Podfile 中添加私有库的源source
source 'https://github.com/ours-curiosity/CTSpecs'
  1. 添加以下语句到Podfile文件
pod 'CTBaseUIWidget' 

只导入toast(CTToast):

pod 'CTBaseUIWidget/CTToast'

只导入邀请码输入框(InviteFiled):

pod 'CTBaseFoundation/InviteFiled' 

备注:

  • 1.本库依赖CTBaseFoundation/CoreCTToast依赖Toast-Swift
  • 2.发现库版本号与github上最新版本不一致时请pod update
  • 3.发现问题请提交issue。

License

BaseUIWidget is available under the MIT license. See the LICENSE file for more info.