使用Xcode13进行Swift开发
- 1.软件
-
- Xcode
- 2.快捷键
- 3.应用功能
-
- 3.1 VStack,HStack,ZStack
- 3.2 frame,foregroundColor,cornerRadius,shadow,resizable与aspicRatio
- 3.3 font,fontWeight,offset,rotationEffect和rotation3DEffset
- 3.4 @State,onTapGuesture与animation
- 3.5 gesture和DispatchQueue
- 3.6 stroke,trim与Linear Gradient
- 3.7 加载动画:Binding与onAppear
- 3.8 sheet
- 3.9 拖动实现:CGSize
- 3 .10 提取子视图
- 4.小组件
- 5.真机调试
- Xcode更新换代有点频繁,谨慎更新。
1.软件
Xcode
从AppStore中获取
以及 SF Symbol
https://developer.apple.com/sf-symbols/
SF Symbols provides thousands of consistent, highly configurable symbols that integrate seamlessly with the San Francisco system font, automatically aligning with text in all weights and sizes.----苹果官网
2.快捷键
自动缩进:Ctrl + I
编译:Command + B
在模拟器上运行或真机调试:Command +
还没有评论,来说两句吧...