mamaral / Neon

A powerful Swift programmatic UI layout framework.
MIT License
4.58k stars 389 forks source link

ASDK support #9

Closed zdnk closed 9 years ago

zdnk commented 9 years ago

I just did #8. I did not test it tho. Podspec does not have updated version, just added subspecs.

mamaral commented 9 years ago

As much as I like this, I dislike having Neon rely on external dependencies even more, so this will likely not be integrated.

zdnk commented 9 years ago

It's ok, It probably does not have any value added to ASDK either.

mamaral commented 9 years ago

Thanks anyway! :)

schickling commented 9 years ago

I totally get @mamaral point and I think he's right. However since it's fairly easy to extend (via extension ASDisplayNode : Frameable, Anchorable, Alignable, Groupable) it would be nice if this would be documented somewhere. @zdenektopic are you using this at the moment?