apigee / IgniteEngine-iOS

A platform for rapidly building native mobile applications using declarative JSON.
https://ignite.apigee.com
Other
21 stars 14 forks source link

Migrate autofill.h and autofill.w into IXSize #131

Open brandonscript opened 9 years ago

brandonscript commented 9 years ago

Seems unnecessary to have two disparate means of controlling height/width. Change autofill.h and autofill.w to simply be:

size.h: autofill size.w: autofill

jeremyanticouni commented 9 years ago

Autofill. I'd expect auto to size to the contents of the child controls, whereas autofill denotes that it will be filling the remaining space.