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

Tokens center alignment #99

Closed saadhre closed 9 years ago

saadhre commented 9 years ago

Is it possible to center align the tokens? I meant something like this:

zrzut ekranu 2015-05-13 o 20 23 59 1

thermogl commented 9 years ago

Take a look in the layoutTokensInternal method, all the layout stuff is done in there. It should be trivial to center the tokens instead of laying them out to the left.