C# 클래스 SDWebImageMTDialogSample.ImageLoaderStringElement

상속: MonoTouch.Dialog.StringElement
파일 보기 프로젝트 열기: Amplify-Social/JTSImageViewControllerCSharp 1 사용 예제들

공개 메소드들

메소드 설명
GetCell ( UITableView tv ) : UITableViewCell
ImageLoaderStringElement ( string caption, NSAction tapped, NSUrl imageUrl, UIImage placeholder ) : System
ImageLoaderStringElement ( string caption, NSUrl imageUrl, UIImage placeholder ) : System
ImageLoaderStringElement ( string caption, string value, NSUrl imageUrl, UIImage placeholder ) : System

메소드 상세

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

ImageLoaderStringElement() 공개 메소드

public ImageLoaderStringElement ( string caption, NSAction tapped, NSUrl imageUrl, UIImage placeholder ) : System
caption string
tapped NSAction
imageUrl NSUrl
placeholder UIImage
리턴 System

ImageLoaderStringElement() 공개 메소드

public ImageLoaderStringElement ( string caption, NSUrl imageUrl, UIImage placeholder ) : System
caption string
imageUrl NSUrl
placeholder UIImage
리턴 System

ImageLoaderStringElement() 공개 메소드

public ImageLoaderStringElement ( string caption, string value, NSUrl imageUrl, UIImage placeholder ) : System
caption string
value string
imageUrl NSUrl
placeholder UIImage
리턴 System