iPhone Developement: Get list of Fonts available in iOS

Fonts are the important part of iPhone app development. To decorate text shown in our application, we can use wide variety of fonts available. You can give font to a label or other text display control by simply writing friendNameLabel.font = [UIFont systemFontOfSize:14.0]; It will give system font to our label. We can also give […]

iPhone Developement: Get list of Fonts available in iOS Read More »