在iPhoneOS 4.0中,当应用程序在后台运行时,是否可以访问touchesBegan事件?
提前谢谢。
发布于 2010-05-09 17:06:30
当应用程序在后台时,应用程序的视图是不可见的,所以你不能触摸它,touchesBegan等也不会被触发。
touchesBegan
https://stackoverflow.com/questions/2797051
相似问题