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 } 
- 
                  
                  
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
          
      UserProfileVC Class Reference