12 Comments
author
Jun 16, 2022·edited Jun 16, 2022Author

有人問我 Xcode 怎麼降版。你可以裝多個版本的 Xcode,只要從 Mac App Store 以外的方式安裝就可以了

Expand full comment

謝謝 13 哥回覆,剛剛有把文章仔細看過,你寫得很清楚,Xcodes app 裝好了 XDD

Expand full comment

Like this post 好像有問題,按不下去

手動留愛心 ❤️

Expand full comment

下載xip,要解壓縮,一直都失敗,說我空間不夠,有90G還不行嗎

Expand full comment

推荐使用 https://github.com/RobotsAndPencils/xcodesapp

Expand full comment
author

就是我文中寫的呀

Expand full comment

不知道13是故意的呢,表示導致傷害像是實體的感受,關於[安裝 Xcode 的錯誤與正確姿勢]的正確"知識"兩字,這邊留言一下^^

Expand full comment
author

是故意的。名稱取自我其中一篇筆記 https://www.notion.so/ethanhuang13/Xcode-dfbe2d934ff84b2d84e34ffceef56fe0

Expand full comment
Jun 20, 2022Liked by 13

瞭解 感謝分享

Expand full comment

想寫一個簡單的用來創作 Meme 的「題目」,之前還沒有 SwiftUI 的時候有用 UIKit 實現過,就是一個 ImagePicker 再加一個預覽的 Viewer,加兩個 TextField 這樣

Expand full comment
author

這個題目可以在 iOS 16 做比較輕鬆,因為有現成的 API:

1. 選照片可以直接用 PhotosPicker https://developer.apple.com/documentation/photokit/photospicker/

2. 把排版好的畫面變成新的圖片可以用 ImageRenderer https://developer.apple.com/documentation/swiftui/imagerenderer

要支援舊版 iOS 的話就要自己包 UIKit 的版本了。比如選照片要包 PHPickerViewController 或 UIImagePickerController(可以參考這篇的作法 https://www.hackingwithswift.com/books/ios-swiftui/importing-an-image-into-swiftui-using-phpickerviewcontroller)

題外話,Apple 的 SwiftUI app 教學也有個 Meme creator😂 跟你想做的應該不一樣,不過我還是貼在這 https://developer.apple.com/tutorials/sample-apps/memecreator

Expand full comment

好詳細的說明!我來玩玩看,謝謝 13!

Expand full comment