UserProfileVC

final class UserProfileVC : ProfileVC
extension UserProfileVC: Exposing
extension UserProfileVC: CollectionCellExposing

Root class for remote user profile

  • Controllers to be displayed in PagingViewController

    Declaration

    Swift

    override var pages: [UIViewController] { get }

Exposing

CollectionCellExposing

  • Expose cell to UI tests

    Declaration

    Swift

    func expose(view: UICollectionView,
                path: IndexPath,
                cell: UICollectionViewCell)

    Parameters

    view

    Collection

    path

    Index path

    cell

    Cell