R.swift:Swift项目中强类型,自动完成的资源,例如图像,字体和序列

时间:2024-02-24 08:19:55
【文件属性】:

文件名称:R.swift:Swift项目中强类型,自动完成的资源,例如图像,字体和序列

文件大小:2.12MB

文件格式:ZIP

更新时间:2024-02-24 08:19:55

swift ios code-generator autocompletion xcode

斯威夫特 在Swift项目中获取强大的类型化,自动完成的资源,例如图像,字体和序列 为什么要使用这个? 它使您的代码使用资源: 全类型输入,更少的转换和猜测方法将返回什么 检查了编译时间,没有更多不正确的字符串导致应用程序在运行时崩溃 自动完成,无需再猜测图像名称 当前,您键入: let icon = UIImage ( named : " settings-icon " ) let font = UIFont ( name : " San Francisco " , size : 42 ) let color = UIColor ( named : " indicator highlight " ) let viewController = CustomViewController ( nibName : " CustomView " , bundle : nil ) let string = String ( format : NSLocalizedString ( " welcome.withName " , comment : " " ), locale : NSLoc


网友评论