相关考题
-
单项选择题
想要开始视图的多点触摸,须设置哪个属性为YES?()
A.userInteractionEnabled
B.clearContextsBeforeDrawing
C.multipleTouchEnabled
D.setNeedsDisplay -
单项选择题
UIGestureRecongnizer返回激发该手势的UI控件的是哪个方法?()
A.locationView
B.locationView:inView
C.numberOfTouches
D.view -
单项选择题
UICollectionView直接继承自()。
A.UIView
B.UIViewController
C.UITableView
D.UIScrollView
