集成

前置条件

  • 环境要求

    • iOS >= 8.0
    • Xcode >= 10.0
  • 组件依赖

    • 定位组件不依赖其他组件,可独立集成。

集成方式

TMFSafeKeyboard SDK使用CocoaPods进行集成。可选择使用在线源或本地路径进行导入,集成步骤如下:

  1. 在您项目中的Podfile文件中添加需要导入的SDK。

    • 使用在线源

      target 'YourTarget' do
        pod 'SSZipArchive',         :source => 'https://e.coding.net/tmf-work/tmf/tmf-repo.git'
        pod 'CocoaAsyncSocket', :source => 'https://e.coding.net/tmf-work/tmf/tmf-repo.git'
      
        pod 'TMFSafeKeyboard',  :source => 'https://e.coding.net/tmf-work/tmf/tmf-repo.git'
      end
      
    • 使用本地路径

      target 'YourTarget' do
      
        pod 'TMFSafeKeyboard',  :path => './Frameworks/TMFSafeKeyboard'
      
      end
      

    其中:

    • YourTarget 为您的项目需要引入 TMFSafeKeyboard 的 target 的名字。
    • :path => 指向的路径,为当前组件的 .podspec 文件所在目录与 Podfile 文件的相对路径。 例如,上面示例中的 './Frameworks/TMFSafeKeyboard'TMFSafeKeyboard.podspec 文件所在目录的相对路径。
  2. 使用终端(Terminal)切换至 Podfile 文件所在目录,并执行 pod install 进行组件安装。

    $ pod install
    
Copyright © 2013-2023 Tencent Cloud. all right reserved,powered by GitbookUpdate Time 2023-08-31 14:46:07

results matching ""

    No results matching ""