LocationPhotosVC
final class LocationPhotosVC : PhotosVC
extension LocationPhotosVC: AddPhotoDelegate
extension LocationPhotosVC: Injectable
                Displays location photos
- 
                  
                  
Whether user can add a new photo
Declaration
Swift
override var canCreate: Bool { get } - 
                  
                  
Whether a new post 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 } 
            View on GitHub
          
      LocationPhotosVC Class Reference