Quantcast
Channel: swift – AppCoda
Viewing all articles
Browse latest Browse all 172

使用 UIViewRepresentable 協定 讓你輕鬆建立 SwiftUI TextView

$
0
0

我非常喜歡使用 SwiftUI 框架,但是,與多數的新框架一樣,SwiftUI 也有一個缺點,就是它未能提供所有 UIKit 有的 UI 控件,比如說,你無法在 SwiftUI 找到與文本視圖 (text view) 相對應的控件。幸好,Apple 有一個 UIViewRepresentable 協定,讓你可以輕鬆打包 (wrap) 一個 UIView,並讓 SwiftUI 專案使用。 在本篇文章中,我們會利用 UIViewRepresentable 從 UIKit 打包 UITextView,來創建一個文本視圖。 使用 UIViewRepresentable 要在 SwiftUI 使用 UI […]

你可以到 使用 UIViewRepresentable 協定 讓你輕鬆建立 SwiftUI TextView 閱讀完整文章。如果你對其他iOS教程有興趣,歡迎到 AppCoda 繼續瀏覽。


Viewing all articles
Browse latest Browse all 172

Trending Articles