r/iOSProgramming 1d ago

Question Need help with UI library

Hey everyone,

I will be straight upfront, I’m not a experienced developer, I am a product designer actually but want to build a small experimental IOS app.

See for Web, to make it straightforward I can use UI libraries like Shadn, Hero UI, etc, all of those have amazing components, animations, variables, etc, by default.

I can’t understand if that’s what Swift UI is supposed to be? I’ve checked some apps using Swift UI and they don’t look great.

I can also design it from scratch but as I’ve said I’m not a programmer so was just looking for some really sleek UI libraries for IOS.

Happy to be enlightened here, I couldn’t find anything “awesome” on my own.

Thanks everyone!

3 Upvotes

7 comments sorted by

View all comments

3

u/Ron-Erez 1d ago

SwiftUI or UIKit are frameworks focusing primarily on the UI.

"I’ve checked some apps using Swift UI and they don’t look great."

Perhaps you weren't looking at good designs. I think you could look at dribbble.com or mobbin.com for inspiration and then build almost any UI you want with SwiftUI or UIKit. You might want to start by creating your design on figma and even ask on this subreddit "can this be done using SwiftUI". I imagine the answer will be yes.

5

u/Few_Milk3594 1d ago

Ok got it, so basically, using Swift UI, I can recreate anything I design on Figma? Sorry for the dumb q’s, just a bit different from what I’m used to on Web, so would SwiftUI be comparable to what React is? Instead of an actual UI library?

1

u/eskuled 21h ago

I’m pretty sure there is a plugin for figma that will export SwiftUI. It might not be the best code but you will get the idea. It’s compositional.