Revision 4b4b833e Classes/UIViewController+Conveniences.m

b/Classes/UIViewController+Conveniences.m
76 76
        nav.navigationBar.opaque = self.navigationController.navigationBar.opaque;
77 77
        nav.navigationBar.barStyle = self.navigationController.navigationBar.barStyle;    
78 78
    }
79
    
80 79
    [self.navigationController presentModalViewController:nav animated:animated];
81 80
    [nav release];
82 81
}

Also available in: Unified diff