ios - Set Multiple Properties Simultaneously -
is there way set multiple properties simultaneously? tried this:
datetextfield.font, nametextfield.font = [uifont fontwithname:@"gotham-book" size:16];
but got warning. there else do?
how datetextfield.font = nametextfield.font = [uifont fontwithname:@"gotham-book" size:16];
??
Comments
Post a Comment