iphone Programming Glossary: currentframe.size.width
Ignore certain exceptions when using Xcode's All Exceptions breakpoint http://stackoverflow.com/questions/14370632/ignore-certain-exceptions-when-using-xcodes-all-exceptions-breakpoint 
 How to draw a “speech bubble” on an iPhone? http://stackoverflow.com/questions/4442126/how-to-draw-a-speech-bubble-on-an-iphone  context borderRadius strokeWidth 0.5f strokeWidth HEIGHTOFPOPUPTRIANGLE 0.5f CGContextAddLineToPoint context round currentFrame.size.width 2.0f WIDTHOFPOPUPTRIANGLE 2.0f 0.5f HEIGHTOFPOPUPTRIANGLE strokeWidth 0.5f CGContextAddLineToPoint context round currentFrame.size.width.. 2.0f WIDTHOFPOPUPTRIANGLE 2.0f 0.5f HEIGHTOFPOPUPTRIANGLE strokeWidth 0.5f CGContextAddLineToPoint context round currentFrame.size.width 2.0f 0.5f strokeWidth 0.5f CGContextAddLineToPoint context round currentFrame.size.width 2.0f WIDTHOFPOPUPTRIANGLE 2.0f.. context round currentFrame.size.width 2.0f 0.5f strokeWidth 0.5f CGContextAddLineToPoint context round currentFrame.size.width 2.0f WIDTHOFPOPUPTRIANGLE 2.0f 0.5f HEIGHTOFPOPUPTRIANGLE strokeWidth 0.5f CGContextAddArcToPoint context currentFrame.size.width.. 
 UIView Popup like UIAlertView http://stackoverflow.com/questions/6965795/uiview-popup-like-uialertview  lastTouchLocation.y newTouchLocation.y self.frame CGRectMake currentFrame.origin.x deltaX currentFrame.origin.y deltaY currentFrame.size.width currentFrame.size.height lastTouchLocation touch locationInView self void touchesEnded NSSet touches withEvent UIEvent event.. 
 
 
     
      |