ParkGwangBeom / Windless

Windless makes it easy to implement invisible layout loading view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

라벨의 경우 한줄일 때 높이와 줄 수를 지정할 수 있게 하기

ParkGwangBeom opened this issue · comments

UILabel is rendering as one big block instead of multiple lines

i used the below code

labelObj.spacing = 4
labelObj.lineHeight = 15
labelObj.windless.apply(windlessConfig).start()