ios - xcode 跳转条符号表示

标签 ios swift xcode

我一直在使用 xcode 的跳转栏功能。使用起来很方便,但偶尔会遇到跳转栏中的符号,不知道代表什么。

enter image description here

例如,我想知道中间的符号(即 Collection 之前的符号实际代表什么),我在哪里可以找到有关所用符号列表的相关信息以及它们的实际含义?

最佳答案

即使我曾经想知道这些图标是什么意思,所以我只是浏览了很多官方的 Swift 框架和类 - 希望这对您有所帮助,

M - 模块,针对 UIKit、UserNotifications、CoreLocation 等框架显示

enter image description here

主要是头文件,但这也适用于 Swift 类

enter image description here

类和接口(interface)(Obj-C)

enter image description here

结构

For Structures

枚举

enter image description here

扩展

enter image description here

方法与函数

enter image description here

变量、属性和常量

enter image description here

重载方法,有时也是普通方法

enter image description here

协议(protocol)

enter image description here

Pragma 标记

enter image description here

enter image description here

类型定义

enter image description here

联盟

enter image description here

框架

enter image description here

enter image description here

Plist文件

enter image description here

Storyboard

enter image description here

权利

enter image description here

文件夹或组

enter image description here

平面文件

enter image description here

头文件

enter image description here

执行文件

enter image description here

Swift 文件

enter image description here

Assets 目录

enter image description here

P.S: Used Xcode 8.1, will update more if I come across anything new.

关于ios - xcode 跳转条符号表示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43222376/

相关文章:

ios - 滚动条上的主线程阻塞和 Kingfisher 设置图像

swift - 使用 Angular2 Typescript 和 ServerJS 访问 .ENV 属性

Xcode 10、sourcery 和 swiftlint 构建阶段顺序

iphone - 铿锵: error: linker command failed with exit code 1 (use -v to see invocation)

objective-c - 如何遍历 objective-c 中的 NSString?

ios - 如何在不安装 Fabric.app 的情况下在 iOS 上使用 Twitter 的框架?

ios - Firebase 错误 - 来自此 ios 应用程序 <empty> 的请求被阻止

ios - 输入 applicationDidBecomeActive 时本地通知不起作用

swift - 当服务器上的数据发生更改时,cURL 获取数据不会更新

ios - iOS 编程中的可达性 AlertView