How I can change frame rate for GLKViewController in apportable framework?
I've tried just setup [self setPreferredFramesPerSecond:30];
, but not helped. Always 60.
Thanks!
setPreferredFramesPerSecond was not yet implemented.
We added the implementation today and it will be available in one of the next two SDK updates.
If you post a sample that demonstrates the issue, we'll test it out.