iPhone SDK Tutorial: Creating UILabel programmatically

preview_player
Показать описание
In this tutorial I will be teaching how to create UILabel programmatically.

Here is the code:

label = [[UILabel alloc] initWithFrame:CGRectMake(100, 100, 100, 100)];
Рекомендации по теме
welcome to shbcf.ru