Вопрос

If you should do something like this overlay in Objective C how would you approach it? http://screencast.com/t/Hgif0AtCFl

It must follow the current time of the day so I don't think an image will work - any ideas?

Это было полезно?

Решение

I solved it using background image tiles:

self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"lines_texture.png"]];
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top