ios - Choosing Photo's from Camera Roll on every device -


i have app chooses image camera roll or takes photo using camera. problem when run app on ipad, if select image doesn't display full image later on.

image select : image selected (notice waterfall pretty entered.)

image displayed : image displayed (the image displayed wrong)

the problem on big devices ipads. i'm saving image using coredata , recovering it. how can display full i'm age?

niall

you need set uiimageview contentmode scaleaspectfit


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -