filmov
tv
iPhone SDK Tutorial: Creating UILabel programmatically

Показать описание
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)];
Here is the code:
label = [[UILabel alloc] initWithFrame:CGRectMake(100, 100, 100, 100)];