相关考题
-
单项选择题
求以下程序段的输出()
A.331
B.330
C.431
D.430 -
单项选择题
什么是keywindow?()
A.App中唯一的那个UIWindow对象
B.可以指定一个key的UIWindow
C.可接收到键盘输入等事件的UIWindow
D.不可以隐藏的那个UIWindow对象 -
单项选择题
在没有navigationController的情况下,要从一个ViewController切换到另一个ViewController应该()
A.[self.navigationController pushViewController:nextViewController animated:YES];
B.[self.view addSubview:nextViewController.view];
C.[self pushViewController:nextViewController animated:YES];
D.[self presentModalViewController:nextViewController animated:YES];
