http://stackoverflow.com/questions/14376941/how-to-use-custom-fonts-in-iphone-sdk
http://rajneesh071.blogspot.com.tr/2013/09/how-to-use-custom-font-in-iphone-sdk.html
Add your custom font into your project , i.e. Dragged the font file(CALIBRIZ_0.TTF) into XCode project.
Edit Info.plist: Add a new entry with the key "Fonts provided by application".
For each of your files, add the file name to this array
Opened the font in font book(double click on your font in finder) to see what the real filename is and I see this:
yourLabel.font = [UIFont fontWithName:@"Calibri" size:15];