메소드 | 설명 | |
---|---|---|
ContentSize ( UITextView textView ) : float | ||
ContentSize ( string text, float width, UIFont font ) : float | ||
LabelForTitle ( string title ) : UILabel |
public static ContentSize ( UITextView textView ) : float | ||
textView | UITextView | |
리턴 | float |
public static ContentSize ( string text, float width, UIFont font ) : float | ||
text | string | |
width | float | |
font | UIFont | |
리턴 | float |
public static LabelForTitle ( string title ) : UILabel | ||
title | string | |
리턴 | UILabel |