Method | Description | |
---|---|---|
ContentSize ( UITextView textView ) : float | ||
ContentSize ( string text, float width, UIFont font ) : float | ||
LabelForTitle ( string title ) : UILabel |
public static ContentSize ( UITextView textView ) : float | ||
textView | UITextView | |
return | float |
public static ContentSize ( string text, float width, UIFont font ) : float | ||
text | string | |
width | float | |
font | UIFont | |
return | float |
public static LabelForTitle ( string title ) : UILabel | ||
title | string | |
return | UILabel |