cutting-room-floor / mapbox-gl-cocoa

OBSOLETE
74 stars 12 forks source link

Rotation reports inconsistent framebuffer dimensions #18

Closed kkaefer closed 10 years ago

kkaefer commented 10 years ago

When rotating the device, this code reports incorrect dimensions. While the CGRect already has the correct new width/height, the framebuffer dimensions still represent the old/previous dimensions.

incanus commented 10 years ago

Related to #20, which will contain code to work directly with the framebuffer and we can pick up the dimensions then.