thermogl / TITokenField

An iOS version of the NSTokenField (See To: field in Mail and Messages).
http://thermoglobalnuclearwar.com/opensource/
599 stars 172 forks source link

Support auto layout by setting child frames when layoutSubviews happens, also added podspec file #97

Closed jkoehl closed 9 years ago

jkoehl commented 9 years ago

I think this is required to make the field properly layout its subviews when it is inside of a view that is using auto-layout. Without this I found that as auto-layout adjusted the TokeFieldView's frames it was not updating its child layout.

I also, added a podspec file. Technically not related but without the podspec file in the repo it is a bit harder to work with in Cocoapods.

thermogl commented 9 years ago

Cool - Thanks :)