ProfilePhotosVC
final class ProfilePhotosVC : PhotosVC
extension ProfilePhotosVC: AddPhotoDelegate
extension ProfilePhotosVC: Exposing
extension ProfilePhotosVC: UserInjectable
Display a user’s photos
-
Whether user can add a new photo
Declaration
Swift
override var canCreate: Bool { get } -
Whether a new photo is queued to upload
Declaration
Swift
override var isQueued: Bool { get } -
How many photos in collection
Declaration
Swift
override var photoCount: Int { get } -
Retrieve an indexed photo
Declaration
Swift
override func photo(at index: Int) -> PhotoParameters
indexIndex
Return Value
Photo
-
Edit or create a new photo
Declaration
Swift
override func add(photo: Photo?) -
Declaration
Swift
override func update()
-
Enable Location selection
Declaration
Swift
var isLocatable: Bool { get }
-
Expose controls to UI tests
Declaration
Swift
func expose()
View on GitHub
ProfilePhotosVC Class Reference