Why isn't my UIViewController in the responder chain for its view?

前端 未结 3 925
迷失自我
迷失自我 2020-12-17 06:55

I have written a subclass of UIViewController which creates a view programmatically, instead of loading it from a NIB file.

It has a simple loadView met

3条回答
  •  春和景丽
    2020-12-17 07:22

    UIScrollView will delay content touches by default; have you looked at -delaysContentTouches to make sure the touches will pass through.

提交回复
热议问题