iOS4 Built in SwiftUI
github.com
iOS4 Built in SwiftUI
1–10 of 45 posts
Re: iOS4 Built in SwiftUI
#2Re: iOS4 Built in SwiftUI
#3Would be nice if it share some screenshots
Re: iOS4 Built in SwiftUI
#4Re: iOS4 Built in SwiftUI
#5Re: iOS4 Built in SwiftUI
#6I hate to say it but SwiftUI is tricky to write for very complex user interface...the one in that file is a nightmare imo.
Re: iOS4 Built in SwiftUI
#7This file is insane: https://github.com/zzanehip/The-OldOS-Project/blob/master/Ol... I hate to say it but SwiftUI is tricky to write for very complex user interface...the one in that file is a nightmare imo.
Re: iOS4 Built in SwiftUI
#8Re: iOS4 Built in SwiftUI
#9This file is insane: https://github.com/zzanehip/The-OldOS-Project/blob/master/Ol... I hate to say it but SwiftUI is tricky to write for very complex user interface...the one in that file is a nightmare imo.
Compared to the equivalent standard code to implement that UI?
Re: iOS4 Built in SwiftUI
#10Earlier quoted context omitted.
Compared to the equivalent standard code to implement that UI?
Did you look at the file? Yes, comparatively using a non-declarative approach would render much simpler code. Perhaps the author is not writing SwiftUI proficiently? Having used SwiftUI myself I would argue that this is not the case.