Tuesday 27 August 2013

Size of scaled image in iOS

Size of scaled image in iOS

How can I get a size(either width or height) of an scaled image in
objective-C? Provide with a sample code. Also, I have tried the following
but its not working,
Width : self.object.position.x * scaleFactor;

No comments:

Post a Comment