iphone - Why does UIImageview show a blurry image? -


i testing app in 2 devices. 1 ios 4.3, , other has ios 5. app built in ios 4.3. why images blurry when run in ios?

do need take care when apps run on ios 5?

you may facing issue of anti-aliasing applied when view's frame fractional (particularly origin, rest adjusted accordingly). use cgrectintegral recalculate uiimageview frame.

this similar question (not of uiimages) reason seems similar.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -