iOS App — SPY×FAMILY間諜家家酒
Published in
Nov 28, 2023
不寫程式,運用 storyboard 實做 iOS App
Screenshot
Demo
Keywords
- tab bar controller
- navigation controller
- table view controller with static cells
- segue 串接頁面
- App Icon、APP 名稱
- App 的開頭畫面(LaunchScreen.storyboard)
- iOS SDK 的 UI 元件:view,button,label,image view,scroll view
- SF Symbols
- 支援 dark mode
- content size,實現水平捲動,上下捲動和分頁的 scroll view
- 照片牆(Grid Photo Wall)
- 搭配 Static Cells 的 table 顯示 header
- 從 Interface Builder 的 Attributed 設定文字的多種樣式
- layer.transform.rotation.z
- Thread.sleep(forTimeInterval: 1.5)