Actually I have a Xml file, after xml parsing,I get the values for frame position and frame size.I stored those values in an arra. now I have to give the array values for my imageview,so I need to convert those values into CGRect.,The NSlog shows “my frame is ( 0, 0 ), ( 768, 1024 )”
Can any one please help me out.
To store CGPoint in NSArray:
To retrieve CGPoint from array:
From array to cgPoint variable.
This may helping to you
Happy codeing