Citrrus / MBContactPicker

iOS7 Styled Contact Picker Library that uses a UICollectionView
MIT License
501 stars 60 forks source link

Add logic to recalculate item size when the width of the MBContactCollec... #56

Closed mhupman closed 10 years ago

mhupman commented 10 years ago

...tionView changes since the size of the contact cells should be "greedy", taking up as much horizontal space as is available if they are currently truncated.

Potential fix for #55

cc @brunchboy @MattCBowman

brunchboy commented 10 years ago

That sounded like an ideal approach, and indeed, this change works great in the context of our app.

MattCBowman commented 10 years ago

:seat: