bhlvoong / LBTATools

Set of tools to drastically improve development speed of UI in iOS applications
MIT License
727 stars 94 forks source link

Remove text as required parameter in label init method #12

Closed igormagurean closed 5 years ago

igormagurean commented 5 years ago

Not able to init label like so:

let label = UILabel(font: ..., numberOfLines: 0)

bhlvoong commented 5 years ago

Yeah....I've thought about this for a while and I think having optional text is the right way to go.