C# Class MonoTouchCalloutView.CalloutView

Inheritance: UIView
Mostrar archivo Open project: edanuff/MonoTouchCalloutView Class Usage Examples

Public Properties

Property Type Description
CalloutButton UIButton
CalloutCenter UIImageView
CalloutLabel UILabel
CalloutLeft UIImageView
CalloutRight UIImageView

Public Methods

Method Description
AddButtonTarget ( NSObject target, Selector sel ) : void
AddCalloutView ( UIView parent, string text, PointF pt, NSObject target, Selector sel ) : CalloutView
CalloutView ( IntPtr handle ) : System
CalloutView ( NSObjectFlag t ) : System
CalloutView ( PointF pt ) : System
CalloutView ( string text, PointF pt ) : System
CalloutView ( string text, PointF pt, NSObject target, Selector sel ) : System
Initialize ( ) : void
LayoutSubviews ( ) : void
SetAnchorPoint ( PointF pt ) : void
ShowWithAnimation ( UIView parent ) : void

Private Methods

Method Description
AnimationStarted ( CAAnimation anim, IntPtr context ) : void
AnimationStopped ( CAAnimation anim, bool finished, IntPtr context ) : void
CalloutView ( NSCoder coder ) : System
CalloutView ( System frame ) : System

Method Details

AddButtonTarget() public method

public AddButtonTarget ( NSObject target, Selector sel ) : void
target NSObject
sel Selector
return void

AddCalloutView() public static method

public static AddCalloutView ( UIView parent, string text, PointF pt, NSObject target, Selector sel ) : CalloutView
parent UIView
text string
pt System.Drawing.PointF
target NSObject
sel Selector
return CalloutView

CalloutView() public method

public CalloutView ( IntPtr handle ) : System
handle System.IntPtr
return System

CalloutView() public method

public CalloutView ( NSObjectFlag t ) : System
t NSObjectFlag
return System

CalloutView() public method

public CalloutView ( PointF pt ) : System
pt System.Drawing.PointF
return System

CalloutView() public method

public CalloutView ( string text, PointF pt ) : System
text string
pt System.Drawing.PointF
return System

CalloutView() public method

public CalloutView ( string text, PointF pt, NSObject target, Selector sel ) : System
text string
pt System.Drawing.PointF
target NSObject
sel Selector
return System

Initialize() public method

public Initialize ( ) : void
return void

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

SetAnchorPoint() public method

public SetAnchorPoint ( PointF pt ) : void
pt System.Drawing.PointF
return void

ShowWithAnimation() public method

public ShowWithAnimation ( UIView parent ) : void
parent UIView
return void

Property Details

CalloutButton public_oe property

public UIButton CalloutButton
return UIButton

CalloutCenter public_oe property

public UIImageView CalloutCenter
return UIImageView

CalloutLabel public_oe property

public UILabel CalloutLabel
return UILabel

CalloutLeft public_oe property

public UIImageView CalloutLeft
return UIImageView

CalloutRight public_oe property

public UIImageView CalloutRight
return UIImageView