TestsTableViewController

Overview

Location

  • Reference:
    • EUnit.fx  Island-iOS, Island-iOS Simulator
    • libEUnit.fx  Toffee-iOS, Toffee-iOS Simulator
  • Namespace: RemObjects.Elements.EUnit
  • Platforms: Island-iOS, Island-iOS Simulator, Toffee-iOS, Toffee-iOS Simulator
  • Ancestry: UITableViewController | TestsTableViewController

Instance Methods


numberOfSectionsInTableView

 

method numberOfSectionsInTableView(tableView: UITableView): NSInteger

 

NSInteger numberOfSectionsInTableView(UITableView tableView)

 

func numberOfSectionsInTableView(_ tableView: UITableView) -> NSInteger

 

Function numberOfSectionsInTableView(tableView As UITableView) As NSInteger

Parameters:

  • tableView:

reloadTests Island-iOS, Island-iOS Simulator

 

method reloadTests

 

void reloadTests()

 

func reloadTests()

 

Sub reloadTests()

reloadTests reloadTests()  virtual Toffee-iOS, Toffee-iOS Simulator

 

func reloadTests(reloadTests )

Parameters:

  • :

tableView (UITableView) cellForRowAtIndexPath(NSIndexPath): UITableViewCell

 

method tableView(tableView: UITableView) cellForRowAtIndexPath(indexPath: NSIndexPath): UITableViewCell

 

UITableViewCell tableView(UITableView tableView) cellForRowAtIndexPath(NSIndexPath indexPath)

 

func tableView(_ tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell

 

Function tableView(tableView As UITableView) cellForRowAtIndexPath(indexPath As NSIndexPath) As UITableViewCell

Parameters:

  • tableView:
  • indexPath:

tableView (UITableView) numberOfRowsInSection(Int32): Int32  protected virtual

 

method tableView(tableView: UITableView) numberOfRowsInSection(section: Int32): Int32

 

Int32 tableView(UITableView tableView) numberOfRowsInSection(Int32 section)

 

func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int32) -> Int32

 

Function tableView(tableView As UITableView) numberOfRowsInSection(section As Int32) As Int32

Parameters:

  • tableView:
  • section:

viewDidLoad  override virtual Island-iOS, Island-iOS Simulator

 

method viewDidLoad

 

void viewDidLoad()

 

func viewDidLoad()

 

Sub viewDidLoad()

viewDidLoad viewDidLoad()  override Toffee-iOS, Toffee-iOS Simulator

 

func viewDidLoad(viewDidLoad )

Parameters:

  • :