Live data from Hacker News

SwiftUI

developer.apple.com

141–150 of 394 posts

Re: SwiftUI

#141
post #61

Earlier quoted context omitted.

Where does this leave Storyboards? I can't see complex UI being built in SwiftUI

People are using storyboards for complex UI? I was under the impression that people used the more manual processes with larger teams.

you are right, not sure why you are being downvoted

Almost no large scale app uses storyboards for most of their ui....

Re: SwiftUI

#145
post #6

The question the whole web asks now: what does this mean for React Native devs

For the teams that would have gone native if it was easier/faster I imagine it does change the equation quite a bit. Makes me wonder how this changes things internally for mobile teams at Facebook as well. For JS/web focused teams I don’t think it impacts much, just like I don’t think this impacts Ionic developers that much.

> For the teams that would have gone native if it was easier/faster I imagine it does change the equation quite a bit (Airbnb for ex).

Airbnb have always been native, and their one foray into partially using React Native didn't work out:

https://medium.com/airbnb-engineering/sunsetting-react-nativ...

Re: SwiftUI

#146

Other than a few-hour intro seminar on building iOS apps, almost 10 years ago, I've never written anything in Swift. The announcements around it today got the biggest reactions from the crowd. Is is really great, blasé, or too early to tell?

It's probably the biggest shakeup to Apple's developer platform since Swift was announced.

Re: SwiftUI

#147
post #61

Earlier quoted context omitted.

Where does this leave Storyboards? I can't see complex UI being built in SwiftUI

People are using storyboards for complex UI? I was under the impression that people used the more manual processes with larger teams.

Storyboard references made composing complex UI possible, but IMX there's almost always some breakpoint where it's just less complex to do it with code.

Re: SwiftUI

#148

I’m one of the engineers that spearheaded this initiative inside of Apple. I just wanted to thank the HN community—I’ve been reading HN for 10 years now and it’s been formative in my development as a software engineer. If you’re at WWDC stop by the labs and say hi!

I'll start wearing tin foil hats again as you built exactly what I had in mind when thought what the future of a Swift-based UI should look like. Literally every box checked.

Re: SwiftUI

#149

Earlier quoted context omitted.

Hi, great work! Is iOS 13 required to use apps made with swift ui?

That would be unlikely, as they probably want to support everyone's old apps for a little while at least

Nope, iOS13 is required, as SwiftUI is a system framework.

Re: SwiftUI

#150

The syntax example is still not as clean as QML, which is already a ten-year-old language (examples: http://qmlbook.github.io/ch04-qmlstart/qmlstart.html ).

Rectangle calculations. how quaint.
Post reply on HN