Overview

Location

  • Reference:
    • EUnit.fx  Island-iOS Simulator, Island-iOS-arm64
    • libEUnit.fx  Toffee-iOS, Toffee-iOS Simulator
  • Namespace: RemObjects.Elements.EUnit
  • Platforms: Island-iOS Simulator, Island-iOS-arm64, 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  virtual


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