Post

Replies

Boosts

Views

Activity

Comment on Generic View Returning a Closure Option
I think I got a working prototype that is simple to get me started. My remaining issue is that content closure seems to accept only a view and nothing else. I cannot declare a variable. Is there a way for that? Something like FetchUrlContentView(url: "https://www.test.com/", loading: true) { data in let test = String(data.count) MyView(test) }
Sep ’22