oksunp / vvopensource

Automatically exported from code.google.com/p/vvopensource
0 stars 0 forks source link

reicievedOSCMessage doesn't change ViewController propertys #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
//make BG green
- (void)viewDidLoad
{
    self.view.backgroundColor = [UIColor greenColor];
}

//make BG red
- (void) receivedOSCMessage:(OSCMessage *)m{
    self.view.backgroundColor = [UIColor redColor]; //doesn't work
}

view.backgroundColor should change but doesn't

What version of the product are you using? On what operating system?
iOS4.3

Original issue reported on code.google.com by der.Se...@gmail.com on 16 Aug 2011 at 12:54

GoogleCodeExporter commented 8 years ago
In the memory the backgroundColor values change but the iPad/iPhone screen 
doesn't change the color

Original comment by der.Se...@gmail.com on 16 Aug 2011 at 12:55

GoogleCodeExporter commented 8 years ago

Original comment by raycut...@gmail.com on 31 Aug 2011 at 4:36