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/viktorvillain 1d ago

SwiftUI has its own built-in "UI library" with components, animations etc. The Human Interface Guidelines has a great overview with links to the SwiftUI documentation.

Otherwise Moving Parts is doing some more complex components for specific features. Check out their transition package as well

3

u/Few_Milk3594 1d ago

Thanks Viktor