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:
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:
- :