Understanding NSMutableString with Objective-C

preview_player
Показать описание
Understanding NSMutableString with Objective-C.
Рекомендации по теме
Комментарии
Автор

I built an app I used tables and ns dictionary and arrays. Now Ive decided I want to add a background image, but when I use this code:


= [UIColor imageNamed:@"Medbg.png"]];

It loads the background image into each cell of the table and not in the actual background at all. Do you know what Im doing wrong? can someone help me?

TCampbellBSNRN
welcome to shbcf.ru