C# Class Verses.iOS.InterfaceHelper

显示文件 Open project: pierceboggan/Verses Class Usage Examples

Public Methods

Method Description
ContentSize ( UITextView textView ) : float
ContentSize ( string text, float width, UIFont font ) : float
LabelForTitle ( string title ) : UILabel

Method Details

ContentSize() public static method

public static ContentSize ( UITextView textView ) : float
textView UITextView
return float

ContentSize() public static method

public static ContentSize ( string text, float width, UIFont font ) : float
text string
width float
font UIFont
return float

LabelForTitle() public static method

public static LabelForTitle ( string title ) : UILabel
title string
return UILabel