equal
deleted
inserted
replaced
67 sdlView.frame = usefulRect; |
67 sdlView.frame = usefulRect; |
68 [UIView commitAnimations]; |
68 [UIView commitAnimations]; |
69 } |
69 } |
70 |
70 |
71 -(void) viewDidLoad { |
71 -(void) viewDidLoad { |
72 |
|
73 isPopoverVisible = NO; |
72 isPopoverVisible = NO; |
74 self.view.alpha = 0; |
73 self.view.alpha = 0; |
75 self.view.center = CGPointMake(self.view.frame.size.height/2.0, self.view.frame.size.width/2.0); |
74 self.view.center = CGPointMake(self.view.frame.size.height/2.0, self.view.frame.size.width/2.0); |
76 |
75 |
77 |
76 |