Property | Type | Description | |
---|---|---|---|
CalloutButton | UIButton | ||
CalloutCenter | UIImageView | ||
CalloutLabel | UILabel | ||
CalloutLeft | UIImageView | ||
CalloutRight | UIImageView |
Method | Description | |
---|---|---|
AddButtonTarget ( NSObject target, Selector sel ) : void | ||
AddCalloutView ( UIView parent, string text, |
||
CalloutView ( |
||
CalloutView ( NSObjectFlag t ) : System | ||
CalloutView ( |
||
CalloutView ( string text, |
||
CalloutView ( string text, |
||
Initialize ( ) : void | ||
LayoutSubviews ( ) : void | ||
SetAnchorPoint ( |
||
ShowWithAnimation ( UIView parent ) : void |
Method | Description | |
---|---|---|
AnimationStarted ( CAAnimation anim, |
||
AnimationStopped ( CAAnimation anim, bool finished, |
||
CalloutView ( NSCoder coder ) : System | ||
CalloutView ( System frame ) : System |
public AddButtonTarget ( NSObject target, Selector sel ) : void | ||
target | NSObject | |
sel | Selector | |
return | void |
public static AddCalloutView ( UIView parent, string text, |
||
parent | UIView | |
text | string | |
pt | ||
target | NSObject | |
sel | Selector | |
return |
public CalloutView ( |
||
handle | ||
return | System |
public CalloutView ( NSObjectFlag t ) : System | ||
t | NSObjectFlag | |
return | System |
public CalloutView ( |
||
pt | ||
return | System |
public CalloutView ( string text, |
||
text | string | |
pt | ||
return | System |
public CalloutView ( string text, |
||
text | string | |
pt | ||
target | NSObject | |
sel | Selector | |
return | System |
public SetAnchorPoint ( |
||
pt | ||
return | void |
public ShowWithAnimation ( UIView parent ) : void | ||
parent | UIView | |
return | void |