CreateRingAccountViewController.swift: change superclass
Change superclass from UIViewController to UITableViewController
Add username and password fields
UITableViewController allows to automatically scroll to cells while
editing UITextField
Also added new cells :
- TextCell
- SwitchCell
- TextFieldCell
Using a simple UIViewController with a UITableView as subview does
not automatically scroll to the cells
Tuleap: #1400
Change-Id: I0837e30f006fdfd03aaa5e4914a15aa4f417b7f1
Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
Showing
Ring/Ring/SwitchCell.swift
0 → 100644
Ring/Ring/TextCell.swift
0 → 100644