iphone Programming Glossary: closevw.frame
Adjusting the line to fit our head in imageview http://stackoverflow.com/questions/15402377/adjusting-the-line-to-fit-our-head-in-imageview  25 testVw.bounds.size.height 25 25 25  rotateVw.frame CGRectMake 0 testVw.bounds.size.height 25 25 25  closeVw.frame CGRectMake 0 0 25 25   if testVw.bounds.size.height 20   testVw.bounds CGRectMake testVw.bounds.origin.x testVw.bounds.origin.y.. 25 testVw.bounds.size.height 25 25 25  rotateVw.frame CGRectMake 0 testVw.bounds.size.height 25 25 25  closeVw.frame CGRectMake 0 0 25 25  CGPoint point recognizer locationInView testVw.superview float wChange 0.0 hChange 0.0 wChange point.x.. 25 testVw.bounds.size.height 25 25 25 rotateVw.frame CGRectMake 0 testVw.bounds.size.height 25 25 25 closeVw.frame CGRectMake 0 0 25 25 prevPoint recognizer locationInView testVw.superview  testVw setNeedsDisplay else if recognizer state.. 
 
 
     
      |