C# Class iOSHelpers.PanaramaViewController.PanaramaView

Inheritance: UIView
ファイルを表示 Open project: Clancey/iOSHelpers

Private Properties

Property Type Description
SetScrollContent void
SetScrollToTop void
SetScrollToTop void
SetTopScroll void

Public Methods

Method Description
LayoutSubviews ( ) : void
PanaramaView ( PanaramaViewController viewController ) : System
Reset ( ) : void
ScrollTo ( int index ) : void
SetContent ( ) : void
UpdateButtons ( ) : void

Private Methods

Method Description
SetScrollContent ( ) : void
SetScrollToTop ( ) : void
SetScrollToTop ( UITableViewController tvc ) : void
SetTopScroll ( ) : void

Method Details

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

PanaramaView() public method

public PanaramaView ( PanaramaViewController viewController ) : System
viewController PanaramaViewController
return System

Reset() public method

public Reset ( ) : void
return void

ScrollTo() public method

public ScrollTo ( int index ) : void
index int
return void

SetContent() public method

public SetContent ( ) : void
return void

UpdateButtons() public method

public UpdateButtons ( ) : void
return void