Q. Model's motion stops when I start operating the view with iOS version. A. This is because the timer's updating stops while scrolling other View. When there is a table etc. in the foreground of the View which is a draw target of OpenGL, the updating of the OpenGL screen stops while scrolling it. In this case, try to use NSTimer, not CADisplayLink.
|