Since you mention “UIHostingController is not supported inside of cells”, is the recommendation to avoid this practice completely? I have seen a few blogs (VRBO) and libraries that try to back-port UIHostingConfiguration to iOS versions < 16 and this is the solution they all seem to use. Would it be considered a misuse of UIHostingController, or a valid solution if done correctly?
Post
Replies
Boosts
Views
Activity
You mention "UIHostingController is not supported inside of cells", is the recommendation to avoid doing that at all costs? I have seen a few libraries and blog posts pop up that try to back-port UIHostingConfiguration to iOS versions < 16 and this is what they are doing. Is the use of UIHostingController inside of cells not a viable solution for older versions?