This is the code I am using for the UILabel title of my View Controller:
UIFont *bebasFont = [UIFont fontWithName:@"Bebas" size:100]; RestaurantsTitle.font = bebasFont; RestaurantsTitle.text = @"RESTAURANTS";
and I need to enlarge the space between the letters of the title but I don't know how to do it.. I have searched for a few hours now and the answers I have found are too advanced for me and I am a beginner so please bare with me!
Setting a width to the text field and not the frame would also work if that is also possible?