i am Newbie in iOS Development. I want to set a custom font to my Label. For that, I add my Font.ttf file in my project and add it to info.plist File "Fonts provided by application" My Font Name. Also I check in my Project Build Phases "Copy Bundle Resources" that contain my Font.ttf name but label font are not change please give me solution for it.
Code for it like as
[cell.headLabel setFont:[UIFont fontWithName:@"RobotoCondensed-Bold" size:10.0f]];