AddPhotoVC

final class AddPhotoVC : UIViewController
extension AddPhotoVC: LocationSearchDelegate
extension AddPhotoVC: UITextViewDelegate
extension AddPhotoVC: KeyboardListener
extension AddPhotoVC: UIImagePickerControllerDelegate
extension AddPhotoVC: UINavigationControllerDelegate
extension AddPhotoVC: Exposing
extension AddPhotoVC: InterfaceBuildable
extension AddPhotoVC: Injectable

Handles creation and uploading of new photos to MTP

  • Stop editing on touch

    Declaration

    Swift

    override func touchesBegan(_ touches: Set<UITouch>,
                               with event: UIEvent?)

    Parameters

    touches

    User touches

    event

    Touch event

LocationSearchDelegate

UITextViewDelegate

KeyboardListener

UIImagePickerControllerDelegate

Exposing

InterfaceBuildable

Injectable