문제

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