C# 클래스 Verses.iOS.InterfaceHelper

파일 보기 프로젝트 열기: pierceboggan/Verses 1 사용 예제들

공개 메소드들

메소드 설명
ContentSize ( UITextView textView ) : float
ContentSize ( string text, float width, UIFont font ) : float
LabelForTitle ( string title ) : UILabel

메소드 상세

ContentSize() 공개 정적인 메소드

public static ContentSize ( UITextView textView ) : float
textView UITextView
리턴 float

ContentSize() 공개 정적인 메소드

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

LabelForTitle() 공개 정적인 메소드

public static LabelForTitle ( string title ) : UILabel
title string
리턴 UILabel