Post

Replies

Boosts

Views

Activity

Reply to SwiftUI Table Limit of Columns?
SwiftUI's ViewBuilder is currently still limited to 10 views inside another view. If you want to put more views inside you have to group them using Group: View1{ Group{ Subview1() ... SubView10() } Group{ Subview11() ... Subview20() } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’22
Reply to SwiftUI auf deutsch
Ich bin gerade über eine der seltenen deutschen Seiten mit Swift-Artikeln gestolpert: https://www.ralfebert.de/blog/ Das ist aber bereits für Fortgeschrittene. (I just stumbled across one of the rare pages with articles about Swift: https://www.ralfebert.de/blog/ It is for advanced users though.)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’22
Reply to Keep face up the cards if equal
Creating a card game with turning cards and everything needed is shown in length in the free cs193p video series from stanford university. Unfortunately I can't link it here, but a search for „cs193p“ in google gives the correct result.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’22