Weibo demo
open.weibo.com/wiki
SwiftUI 是一个优秀的用户界面框架
UIKit | SwiftUI |
---|---|
UILabel | Text |
UIStackView 垂直排列时 | VStack |
UIStackView 水 … |
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
传递时只是传 …
1、手指按下 ontouchstart
2、手指触摸 ontouchmove
3、手指抬起 ontouchend
它们的执行 …
结果 https://analytics.google.com/
配置 https://tagmanager.google.com
function addGtm() {
let gtmscript1 = `(function(w,d,s,l,i){w[l]=w[l]||[];w[l …
ETL数据清洗(extract transfer 和load) -> Feature engineering数据工程(高并发concurrency) -> modeling建模 -> data analysis -> data visualization数据可视化
核心:基于用户的协同 …