單項(xiàng)選擇題重構(gòu)用戶界面須重寫視圖控制器的哪個(gè)方法?()

A.–will Rotate To Interface Orientation:duration
B.–will Animate Rotation To Interface Orientation:duration
C.-did Rotate From Interface Orientation
D.-supported Interface Orientations


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題當(dāng)搜索框內(nèi)的文本發(fā)生改變時(shí)激發(fā)的方法是()。

A.UIBarStyleDefault
B.UIBarStyleBlack
C.searchBar:textDidChange
D.UIBarStyleBlackTranslucent

2.單項(xiàng)選擇題iOS中,導(dǎo)航控制器的類是()。

A.UIViewController
B.UINavigationController
C.UITableViewController
D.UINavigationBar

3.單項(xiàng)選擇題處理用戶滑動(dòng)手勢的手勢處理器是哪個(gè)?()

A.UITapGestureRecongnizer
B.UIPinchGestureRecongnizer
C.UIRotationGestureRecognizer
D.UISwipeGestureRecongnizer

4.單項(xiàng)選擇題使用CALayer須手動(dòng)導(dǎo)入框架是()。

A.Quartz Core框架
B.UIKit框架
C.Foundation框架
D.Core Graphics框架

5.單項(xiàng)選擇題關(guān)于線程同步說法不正確的是()。

A.線程安全問題是由于線程調(diào)度具有一定的隨機(jī)性引起的
B.一個(gè)程序運(yùn)行后至少有一個(gè)進(jìn)程
C.實(shí)現(xiàn)線程安全可以使用@synchronized或NSLock實(shí)現(xiàn)線程同步
D.實(shí)現(xiàn)線程安全可以使用[NSThread sleepForTimeinterval:0.001]使運(yùn)行中的線程休眠讓系統(tǒng)切換到另一個(gè)線程執(zhí)行