Swift
含有「Swift」共 56 篇內容
全部內容
發佈日期由新至舊
CHENGYANG的沙龍
2025/08/06
WWDC19 Getting Started with Instruments
Orientation Instruments 可以在開發初期就使用,建議要頻繁檢測自己的 app 效能,提早發現問題提早處理。 它包括 iOS、macOS、watchOS 和 tvOS。 雖然他內建在 Xcode 裡,但他其實是一個獨立 app,所以有時候可以獨立使用 Ins
#
WWDC
#
iOS
#
Swift
1
留言
Rice把拔的生活與開發筆記
2025/07/31
SF Symbols 基礎指南:Apple 設計語言的視覺符號系統
SF Symbols 的出現,為我們提供了一套共享的「視覺語言」。降低了對設計方面的溝通成本,並提高了設計的一致性。
含 AI 應用內容
#
方格新手
#
Apple
#
程式
1
留言
CHENGYANG的沙龍
2025/07/27
WWDC25 Meet the Foundation Models framework
Introduction 這是可以跑在設備端的大語言模型,這 framework 支援 macOS, iOS, iPadOS 和 visionOS。 可以藉助這個 framework 來增強 app 中現有的功能,例如提供個性化搜尋建議 也可以開發新功能,例如在旅遊
#
WWDC
#
iOS
#
Swift
喜歡
留言
CHENGYANG的沙龍
2025/07/26
WWDC25 Build a SwiftUI app with the new design
Introduction 在新的 iOS 26 以及 macOS Tahoe 有全新的外觀及風格,這次變更的核心就是用於 Control 及 Navigation 的全新自適應材質 Liquid Glass 假如想要深入了解 Liquid Glass 的設計理念思維請看 W
#
WWDC
#
iOS
#
Swift
喜歡
留言
CHENGYANG的沙龍
2025/07/20
WWDC25 Build a UIKit app with the new design
Tab views and split views UITabBarController, UISplitViewController 有更新 Liquid Glass 外觀 UITabBarController minimize tab bar on scroll
#
WWDC
#
iOS
#
Swift
1
留言
Rice把拔的生活與開發筆記
2025/07/16
擴大中的 Swift 生態系:當蘋果的語言遇上 Android
Swift Forums 宣布 Android Workgroup 的計畫後,對 Mobile App Development 生態造成了什麼樣的變化?
#
iOS
#
Apple
#
開發
14
留言
Rice把拔的生活與開發筆記
2025/07/09
一個一個包起來! Swift Package Manager 的魅力
介紹 Apple 原生的 Swift Package Manager,了解基本架構與特性。
#
方格新手
#
Apple
#
iOS
1
留言
CHENGYANG的沙龍
2025/06/24
WWDC24 Meet Swift Testing
Building blocks 先了解核心概念 Common workflows 討論幾種常見的工作流程,包括自定義測試或使用不同參數重複測試的方法。 Swift Testing and XCTest 介紹 Swift Testing 和 XCTest 之間的相互關係 Open sour
#
iOS
#
Swift
#
WWDC
1
留言
CHENGYANG的沙龍
2025/06/24
WWDC24 Migrate your app to Swift 6
一開始拿了一個 WWDC21 年的 demo 來敘述資料競爭的潛在問題,因為這 app 有三個 concurrent queue 在執行(Main queue, Background queue and Arbitrary queue),他們會交錯使用,很容就產生 data races。 我們
#
iOS
#
Swift
#
WWDC
喜歡
留言
CHENGYANG的沙龍
2025/06/17
WWDC24 What’s new in Swift
Swift over the years 因為從 Swift 2 到 Swift 3,因為 Xcode 的關係,導致用戶一定要被迫升級 Swift 3,而且那次是大改版很難升級,但到 Swift 4 之後,Apple 團隊之後的解法是讓 Compiler 可以支持多種版本,不用
#
iOS
#
Swift
#
WWDC
喜歡
留言