單項(xiàng)選擇題NSOperationQueue中,取消全部隊(duì)列的NSOperation的方法是()。

A.operations
B.cancelAllOperations
C.operationCount
D.沒有正確答案


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題UIImageView獲取圖片的方法不包含()。

A.image Named:@"1.jpeg"
B.image With Contents Of File:file Path
C.image With Data:data
D.image

2.單項(xiàng)選擇題處于哪一個類下管理的實(shí)體,才可以修改?()

A.NS Managed Object Context
B.NS Managed Object
C.NS Persistent Store Coordinator
D.NS Managed Object Model

3.單項(xiàng)選擇題iOS開發(fā)常用的數(shù)據(jù)庫是哪個?()

A.MySQL
B.Oracle
C.SQLite
D.SQL

4.單項(xiàng)選擇題NSUserDefaults的數(shù)據(jù)會保存在什么地方?()

A.Documents
B.Library/Prefrences
C.Tmp
D.都不是

5.單項(xiàng)選擇題以下哪個是UI Scroll View Delegate協(xié)議的回調(diào)方法?()

A.set Content Offset:(CGPoint)content Offset animated:(BOOL)animated
B.number Of Sections
C.scroll View Did Scroll:(UI Scroll View *)scroll View
D.以上都不是