cocoaTouch/OverlayViewController.m
changeset 3405 8fdb08497bf1
parent 3395 095273ad0e08
child 3463 23c50be687a9
equal deleted inserted replaced
3404:d445798e5fe2 3405:8fdb08497bf1
    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