Ethan Lipnik Profile picture
22. iOS Engineer
Aug 18, 2021 27 tweets 5 min read
So I’m gonna make a thread for my password manager, OpenSesame Image Oh that’s interesting… Image
Aug 17, 2021 6 tweets 2 min read
I’ve been almost exclusively using SwiftUI for a year. Here’s what I found:

1) it’s way faster to create than any other framework (including other declarative ones like React) while getting good looking results. Biggest benefit.

2) being able to share code across platforms… … is great, but I still find myself using #if os(?) more than I would like. I wish all APIs existed on all platforms but didn’t do anything like some APIs on catalyst.

3) Performance isn’t great especially on macOS. I keep trying but no matter what I do, macOS is always laggy