DEV Community

Cover image for Apple dropped SwiftUI πŸ˜±πŸ’¦

Apple dropped SwiftUI πŸ˜±πŸ’¦

✨ thetealpickle πŸ“± on July 30, 2019

I am @thetealpickle everywhere. Feel free to say HI! πŸ–πŸΎ
Collapse
 
leogdion profile image
leogdion

{
Text("Hi!")
}

Collapse
 
thetealpickle profile image
✨ thetealpickle πŸ“±

HStack {
Image(systemName: "sun.max.fill")
Text("Hiii!!!!")
}

Collapse
 
leogdion profile image
leogdion

I am running a couple of projects in SwiftUI including an app for my local tech community:
github.com/brightdigit/lansingcode...

Feel free to take a look and let me know if you have any feedback.

Collapse
 
stargator profile image
Stargator

Hi!

Collapse
 
thetealpickle profile image
✨ thetealpickle πŸ“±