Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x2 images (in calendar at least) break on iphone app running on ipad #17

Closed
Skittlebrau opened this issue Sep 15, 2010 · 1 comment
Closed
Labels

Comments

@Skittlebrau
Copy link

I use the month calendar in an iphone app (very handy, thank you!). When this app is run on the ipad in 2x mode, the imageNamedTK (UIImage+TKCategory.m) function gets a scale > 1 from the ipad and returns 2x images. What happens then is that the selection rectangle is drawn too big since it gets the double sized extents from the 2x image. I have worked around this locally by skipping all the 2x logic in imageNamedTK, but I'm sure that is also trying to use those 2x images in places where it works right so that's presumably not a real solution for the library. (By the way, you must put the ipad into 2x mode before displaying the calendar for the first time to see this bug)

@devinross
Copy link
Owner

Should be fixed with latest upcoming build.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants