views:

89

answers:

1

I just cant find useful information from web.

I have an UIImage which loaded from sqlLite with method imageWithData(NSData*), I just find the height and width of the size both be zero. I wanna get back the original height and width of the image, is it possible? or I do need to store these information separately in sqllite?

A: 

What's wrong with using the UIImage property size?

Paul Lynch