Hi is anyone working on revamping the explore view? #90
Replies: 2 comments 1 reply
-
I'm quite new to ios dev so was thinking about using SwiftUI first |
Beta Was this translation helpful? Give feedback.
-
Please use SwiftUI where possible for new code. We're not at 100% parity for important components yet, though. Notably, I don't have a complete solution for display of the subset of HTML we support; we're missing blockquotes and emoji. Also note that it's possible to embed UIKit views in SwiftUI views but not the other way around — SwiftUI views can only be embedded in UIKIt as view controllers, which are the roots of view hierarchies. So if you're writing a whole new top-level view, SwiftUI can be used easily, but adding SwiftUI piece by piece to a mostly-UIKit view isn't possible. |
Beta Was this translation helpful? Give feedback.
-
I was thinking about revamping the explore view using the design mentioned here #76 (comment)
Let me know if you're currently working on it to prevent duplicative efforts or if you'd like to work together on this!
Beta Was this translation helpful? Give feedback.
All reactions