Pixate / pixate-freestyle-ios

Pixate Freestyle for iOS
Apache License 2.0
849 stars 134 forks source link

Is layout / positioning going to be considered at some point? #113

Open dementrock opened 10 years ago

pcolton commented 10 years ago

Yes.

Right now, x, y, width, height, and size are supported, but some of these won't work with auto-layout turned on. We're considering options now, including integrating other projects which are trying to solve this problem as well.

nuthinking commented 10 years ago

Playing with the HelloWorld target a bit, and removing the auto layout, I couldn't really position a label. Tried with y and padding-top, for instance.