Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does this do that can't be done in the built in previewer? Just curious, as I thought storybook solves a problem that didn't exist in iOS #27

Open
technoplato opened this issue Jun 28, 2022 · 2 comments

Comments

@technoplato
Copy link

No description provided.

@JohnEstropia
Copy link
Member

For one, the preview only lets us check visually. If you want to test "look and feel", as well as complex animations, you will have to test in a device. Also, anybody in the team (designers, Android engineers, etc) not just iOS devs can playtest and evaluate the components directly without the need for Xcode and other dev environments.

In our case, we also follow a design system and the tactile prototypes make engineer-designer feedback a lot smoother.

@muukii
Copy link
Member

muukii commented Jul 5, 2022

Following @JohnEstropia 's reply.

built in previewer

Meaning, it seems Xcode Preview function, right?
Actually, it's optimized for SwiftUI's view, so this library is focusing on previewing and interacting with UIKit-based components.

Of course, with some tricks, we could preview such components in Xcode Preview. Although it does not work well in some complex project.
Still, running the actual application to preview further works well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants