Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.53k stars 1.1k forks source link

SwiftUI Support #422

Closed remlostime closed 2 years ago

remlostime commented 2 years ago

Describe the feature or problem you’d like to solve

SwiftUI is here for a while, do we have the plan to support it

Proposed solution

Make a SkeltonView which conforms View in SwiftUI

Additional context

Add any other context like screenshots or mockups are helpful, if applicable.

Juanpe commented 2 years ago

Hi @remlostime,

TBH, since SwiftUI has a view modifier that allows you to simulate the content, this feature is not in the backlog. So, I don't know if I'll include it in the future 😕

remlostime commented 2 years ago

I didn't see this api introduce simulate the content func? @Juanpe

Juanpe commented 2 years ago

Yep, you could check this blog post

Since this feature is not in the backlog I'm going to close this issue 👍🏼