摘要:算了,直接给出代码。- (IBAction) switchViews:(id) sender{if (self.yellowViewController.view.superview == nil) {if (self.yellowViewController == nil) {YellowViewController *yellowViewCtrl = [[YellowViewController alloc] initWithNibName:@"YellowView"bundle:nil];self.yellowViewController = yellowViewCt
阅读全文
posted @ 2011-03-24 15:39
浙公网安备 33010602011771号