iOS App — SPY×FAMILY間諜家家酒

不寫程式,運用 storyboard 實做 iOS App

Screenshot

Dark Mode
Any Appearance

Demo

Part 1 — STORY Tab & EPISODES Tab
Part 2 — CHARACTER Tab
Part 3 — Toggle Appearance

Keywords

  1. tab bar controller
  2. navigation controller
  3. table view controller with static cells
  4. segue 串接頁面
  5. App Icon、APP 名稱
  6. App 的開頭畫面(LaunchScreen.storyboard)
  7. iOS SDK 的 UI 元件:view,button,label,image view,scroll view
  8. SF Symbols
  9. 支援 dark mode
  10. content size,實現水平捲動,上下捲動和分頁的 scroll view
  11. 照片牆(Grid Photo Wall)
  12. 搭配 Static Cells 的 table 顯示 header
  13. 從 Interface Builder 的 Attributed 設定文字的多種樣式
  14. layer.transform.rotation.z
  15. Thread.sleep(forTimeInterval: 1.5)

GitHub

--

--