新创建的快速iPhone项目中@符号的含义和“:”后面的两个单词

时间:2019-09-27 11:50:35

标签: swift

我是一个试图了解iPhone编程的红宝石程序员。

导入我了解的UIkit。它一定像   需要“东西” 在红宝石中找到的。

我看到一个名为AppDelegate的类正在定义。但是我不明白

@符号表示什么? (@UIApplication)

:之后有两个项目,也许是多重继承?

screenshot

1 个答案:

答案 0 :(得分:0)

Swift中的git checkout 'branch if you want to change to refresh it' git pull <URL of REPOSITORY CLONATE> 'branch that you want to refresh it' git commit -m "message" git push upstream 'branch that you want to refresh it' 属性替换了Objective-C项目中找到的@UIApplicationMain文件,任何程序的入口都被称为主函数

冒号 main.m 将类的名称与其父类分开

:

这里没有多重继承,它是父类class child:parent , delegate1,delegate2,....... {} 和委托一致性UIResponder