scalessec / CSLinearLayoutView

Linear layout view designed to simplify relative layouts on iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vertical Align Buttons Inside View Starting From The Bottom

cblaze22 opened this issue · comments

Is there a way to vertical align elements to the bottom of the view? Items added to the CSLinearLayoutView always start at the top.

It's not supported right now, but it probably wouldn't be too difficult to add. If you add the functionality feel free to send a pull request. I haven't been working on this much since most of the functionality can be done with autolayout now.

Are you sure? I dont think autolayout can take dynamically created buttons and do that.