MyProfileVC
final class MyProfileVC : ProfileVC
extension MyProfileVC: Exposing
extension MyProfileVC: CollectionCellExposing
Displays logged in user information
-
Controllers to be displayed in PagingViewController
Declaration
Swift
override var pages: [UIViewController] { get } -
Set up data change observations
Declaration
Swift
override func observe() -
Handle Settings routing
Declaration
Swift
func settings(route: Route)Parameters
routeRoute to settings
-
Expose controls to UI tests
Declaration
Swift
func expose()
-
Expose cell to UI tests
Declaration
Swift
func expose(view: UICollectionView, path: IndexPath, cell: UICollectionViewCell)Parameters
viewCollection
pathIndex path
cellCell
View on GitHub
MyProfileVC Class Reference