Question

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!

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top