Dillion / iOS-Flip-Transform

Core Animation framework for navigating data by flipping
919 stars 155 forks source link

Correct image scale in retina display. #3

Closed xissburg closed 12 years ago

xissburg commented 12 years ago

Fixed low resolution/blurry images in retina display. For that I used the UIGraphicsBeginImageContextWithOptions() function and also set the contentsGravity of most layers to kCAGravityResizeAspect so that it will automatically fit in the right scale.