¡@

Home 

2014/10/15 ¤U¤È 10:10:40

iphone Programming Glossary: isshown

UIView Popup like UIAlertView

http://stackoverflow.com/questions/6965795/uiview-popup-like-uialertview

MyAlertView.h #import UIKit UIKit.h @interface MyAlertView UIView CGPoint lastTouchLocation CGRect originalFrame BOOL isShown @property nonatomic BOOL isShown void show void hide @end MyAlertView.m #import MyAlertView.h @implementation MyAlertView.. @interface MyAlertView UIView CGPoint lastTouchLocation CGRect originalFrame BOOL isShown @property nonatomic BOOL isShown void show void hide @end MyAlertView.m #import MyAlertView.h @implementation MyAlertView @synthesize isShown id initWithFrame.. BOOL isShown void show void hide @end MyAlertView.m #import MyAlertView.h @implementation MyAlertView @synthesize isShown id initWithFrame CGRect frame self super initWithFrame frame if self originalFrame frame self.alpha 0 self.backgroundColor..