joshaber / Few.swift

Views as functions of their state.
MIT License
1.08k stars 39 forks source link

Make layout methods public #59

Closed Adlai-Holler closed 9 years ago

Adlai-Holler commented 9 years ago

In my case this is useful when I'm rolling my own table view cells, so I can get the height of the element before I render it into a view. What good is an incredible UI library if the layout is so opaque?

Adlai-Holler commented 9 years ago

This is aimed at #57

joshaber commented 9 years ago

Yeah, probably legit especially since I've found the need to override it a few times.

Adlai-Holler commented 9 years ago

@joshaber should be good to go

joshaber commented 9 years ago

:boom: