[NFBCS] SwiftUI

Ryan Mann rmann0581 at gmail.com
Wed Feb 19 03:36:49 UTC 2020


I have used SwiftUI and I agree that it is the most accessible way to develop apps for Apple platforms.  Before SwiftUI, it seemed like you had to do some dragging and dropping which scared me away from Apple development.  With SwiftUI, you can just type code into the Xcode editor.  Below is an example of the famous hello world: I apologize for any syntax errors.  I’m typing this off the top of my head.
Import SwiftUI
Struct contentView: View {
Var body: some View {
Text(“Hello world.”)
}
}
I like a web site called hackingwithswift.com for learning this.


Sent from my iPhone

> On Feb 18, 2020, at 8:22 AM, Michael Doise via NFBCS <nfbcs at nfbnet.org> wrote:
> 
> Good morning,
> 
> I am curious if any of you guys out there have tried or used SwiftUI yet? I have found it to be the most accessible way to build apps for Apple Platforms because you can write your code and immediately test what was written on device. I have taught a class on this last year and we went through building SwiftUI applications.
> 
> I’d be curious to know if anyone has tried writing apps in SwiftUI, and what the outcome has been.
> _______________________________________________
> NFBCS mailing list
> NFBCS at nfbnet.org
> http://nfbnet.org/mailman/listinfo/nfbcs_nfbnet.org
> To unsubscribe, change your list options or get your account info for NFBCS:
> http://nfbnet.org/mailman/options/nfbcs_nfbnet.org/rmann0581%40gmail.com




More information about the NFBCS mailing list