Skip to content

torns/torn-eros-plugin-ios-qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trQrcode

功能简介:二维码插件 用于生成二维码;

集成方式

  1. 打开iOS目录工程目录/platforms/ios/WeexEros,编辑Podfile文件,添加TornErosPluginQrcode组件的引用,添加代码如下,注意版本号改为最新的版本

    def common
    	...忽略其他库的引用
    	# 在这里添加引用 TornErosPluginQrcode
    	pod 'TornErosPluginQrcode', :git => 'https://github.com/torns/torn-eros-plugin-ios-qrcode.git', :tag => '版本'
    end
    target 'WeexEros' do
    	common
    end
  2. 在终端中cd到此目录下执行 pod update,等待命令执行完毕,重新运行项目,如果没有报错则说明TornErosPluginQrcode组件集成成功;

使用

About

eros-weex 二维码插件 用于生成二维码;

Resources

License

Stars

Watchers

Forks

Packages

No packages published