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

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -