#Design to code and responsive designs
7 messages ยท Page 1 of 1 (latest)
Hey @vocal cypress ! For the how to make it responsive,
using autolayout can help with that and modes a little bit too. However, you basically have to design it for different breakpoints, autolayout can just make it easier to do so.
For developing it, I would suggest maybe posting in #1047534990478545027 to see if anyone can help you with that.
I tried auto layout already but I think I've made it too complicated for the auto layout to make it responsive or that I just don't understand how to use it properly
And ty for your suggestion I'll post there ๐
with autolayout, you likely need a lot of autolayout within autolayout. I would just suggest learning how to use it ๐
In most cases, it works out, even for more complicated things. Using autolayout + constrains on things that you have to put as absolute helps
however, you still wanna have it for different breakpoints
yeah i think I'll have to XD