Swift Programming Language Basic
Properties 属性
存储属性 stored propert
一个存储属性就是存储在特定类或结构体的实例 …
一个存储属性就是存储在特定类或结构体的实例 …
访问控制可以限定你在源文件或模块中访问代码的级别 …
UIStackView is class in IOS (like UI Button and UI Label). It will take other views and stack them together. It only knows how to …
cmd+R 运行
cmd+0 打开/关闭左侧文件面板
cmd+option+0 打开/关闭右侧属性面 …
open.weibo.com/wiki
SwiftUI 是一个优秀的用户界面框架
UIKit | SwiftUI |
---|---|
UILabel | Text |
UIStackView 垂直排列时 | VStack |
UIStackView 水 … |
hook button and controller up:
按住ctrl拖拽进controller的代码
点击dashboard上黄色按钮,拖拽到UI,选择函数
函数参数(外部名称 …
view: your controller’s minions (Main.storyboard)
controller: how your model is presented to the user — UI logic (ViewController.swift)
model: what your application is, but not how it …
load view -> fetch data(Network) -> save data -> display(Multithread) -> action
网页中的代码可以和原生 …
didFinishLauchingOptions第一次打开程序
willConnectTo第一加载页面
sceneWillEnterForeground即将进入前台
sceneDidBecomeActive进入前台
IOS, iPadOS, maxOS, iwatch
Examples: ViewController, UIButton, Concentration
传递时只是传 …
Page 1 / 1