ProfilePagingVC
final class ProfilePagingVC : FixedPagingViewController
extension ProfilePagingVC: Exposing
Holder of profile pages
-
Provider of UI test exposition
Declaration
Swift
weak var exposer: CollectionCellExposing? -
Construction by injection
Declaration
Swift
override init(viewControllers: [UIViewController])Parameters
viewControllersControllers
-
Provide cell
Declaration
Swift
override func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCellParameters
collectionViewCollection
indexPathIndex path
Return Value
Exposed cell
-
Expose controls to UI tests
Declaration
Swift
func expose()
View on GitHub
ProfilePagingVC Class Reference