I am trying to change the font of a title in a button.
i have tried changing it in interface builder and in my code with:
but when i run my application the text always just comes up as the default
i have tried changing it in interface builder and in my code with:
Code:
button.titleLabel.font = [UIFont fontWithName:name size:size]