简体   繁体   English

忽略 R.Swift 中的 segue 资源

[英]Ignoring segue resource in R.Swift

How to ignore segue generators in R.swift cocoa pod file "R.generated"如何忽略 R.swift cocoa pod 文件“R.generated”中的 segue 生成器

With R.swift , you can configure which generators should be run.使用R.swift ,您可以配置应运行哪些生成器。

For example adding the flag: —-generators image,string will only generate those two structs.例如添加标志:—- —-generators image,string将只生成这两个结构。 By manually excluding the segue generator from the list, those won't be generated.通过从列表中手动排除segue生成器,将不会生成这些生成器。

For more details, see the documentation .有关详细信息,请参阅文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM