Search code examples
apportable

Frame per second in apportable's version of GLKit does not changes.


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!


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.