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

Is this a mini version Epoxy for iOS? #14

Closed
alouanemed opened this issue Nov 1, 2018 · 3 comments
Closed

Is this a mini version Epoxy for iOS? #14

alouanemed opened this issue Nov 1, 2018 · 3 comments
Assignees

Comments

@alouanemed
Copy link

Hello, coming from Android using Epoxy for our views, can AloStackView be considered a small variation of what Epoxy can do ? I read in the docs that this stack view is not suitable for longer screen. So are we going to see another library for iOS that achieve the same as Epoxy in Android? Thanks.

@lauraskelton
Copy link

Epoxy for iOS is a separate framework- we're in the process of open sourcing it as well, and you can expect it before the end of the year!

@marlimox
Copy link
Owner

marlimox commented Nov 2, 2018

Hi @alouanemed, thanks for your interest in AloeStackView!

As you mentioned, AloeStackView is not suitable for use on longer screens. Hence, it’s not comparable to what something like Epoxy on Android provides.

You can think of AloeStackView as filling the space between UITableView, which works well for longer screens, and manually laying out your views in a UIStackView or similar for shorter screens.

AloeStackView is more comparable to manually laying out your views, but it’s much simpler and takes a lot less code.

I hope that answers your question! Let me know if I can help you with anything else.

@marlimox marlimox closed this as completed Nov 2, 2018
@alouanemed
Copy link
Author

Thank you!

@marlimox marlimox self-assigned this Nov 7, 2018
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