1. 在Podfile 中添加 pod 'R.swift'
2. 在项目中添加脚本
3. 修改脚本
"$PODS_ROOT/R.swift/rswift" generate "$SRCROOT/testUIDemo01"
4. command + b build 项目
会生成 R. generate.swift文件
5. 在 项目根目录下找到 R. generate.swift
6. R. generate.swift 文件拖拽到项目中
7. 查看 R. generate.swift 看添加的图片 文件资源是否ok
R.swift之color的使用
R.swift之images使用
R.swift之font的使用
R.swift之segue使用
R.swift之storyboard使用
R.swift之Resource files使用
- 在工程中添加readme文件, 编译 command + B
- 使用
let path = R.file.readmeMd
let url = R.file.readmeMd()!
print("path = \(path)")
print("url = \(url)")
R.swift之xib使用
xib 文件为 JYChooseCopunCell.xib
let cell = R.nib.jyChooseCopunCell()
R.swift之Reusable table view cells使用
R.reuseIdentifier.confirmTop
R.nib.jyConfirmOrderTopAddCell()
R.swift之Reusable collection view cells 和 R.swift之Reusable table view cells 同理