Show HN: Griddle – Android-like layout containers for iOS
1–8 of 8 posts
Re: Show HN: Griddle – Android-like layout containers for iOS
#2Re: Show HN: Griddle – Android-like layout containers for iOS
#3Thoughts? Does anyone care?
Re: Show HN: Griddle – Android-like layout containers for iOS
#4Thoughts? Does anyone care?
Re: Show HN: Griddle – Android-like layout containers for iOS
#5Re: Show HN: Griddle – Android-like layout containers for iOS
#6As a longtime iOS developer, I find the android layout system far superior for a lot of things. Before AutoLayout, things like containers that adjusted their size to fit text required reams of custom code—AutoLayout is still less intuitive and harder to reason about (though theoretically much more powerful) than Android's linear layouts, grids, etc.
Re: Show HN: Griddle – Android-like layout containers for iOS
#7As a longtime iOS developer, I find the android layout system far superior for a lot of things. Before AutoLayout, things like containers that adjusted their size to fit text required reams of custom code—AutoLayout is still less intuitive and harder to reason about (though theoretically much more powerful) than Android's linear layouts, grids, etc.
Try this: https://github.com/Masonry/Masonry
Re: Show HN: Griddle – Android-like layout containers for iOS
#8Thoughts? Does anyone care?