hi all, i am devloping an album application where user have to select an image from image picker,when he selects a particular image it is displaying in a image view of frame(0,0,320,460)which is displaying perfectly.but after saving that particular image to his personal album list that is displaying in a frame of(33,23,255,365) which is also done perfectly.....
The PROBLEM is that when i am trying to save a bigger image of greater than 320*480 it is displaying perfectly in first imageview of frame(0,0,320,460)but when dis image is displaying in personal album list of frame (33,23,255,365)the bigger image is rotate automatically and displaying the image such as in landscape mode (not in potrait mode which i want).This is only happen when i test it in device but working perfect in simulator......
Small images dont create any problem but the bigger one is the problem...And i have to display the image in frame (33,23,255,365) which i cant change.
so what is the solution ????
Any sample code ???