zoonooz / ZFTokenField

iOS custom view that let you add token view inside like NSTokenField

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If reduce height than 40 then its corner radius is effected.

qasimsqm opened this issue · comments

commented

If TokenView height is 40 then it works fine but if i change it to 30 then it becomes edgy. I am unable to find it corner radius code. Can you please guide me what should i do?

commented

^same issue.

commented

@notDanish go to TokenView.xib, select view and click on 3rd tab on your right hand Identity inspector and see there will be an attribute of layer layer.cornerRadius, set this attribute value to the half size of your view and it will work :) happy coding

commented

@qasimsqm Thanks a lot brother! That solved it.