AjoutCommerceVC
class AjoutCommerceVC : UITableViewController
extension AjoutCommerceVC: TLPhotosPickerViewControllerDelegate
extension AjoutCommerceVC: UICollectionViewDelegate, UICollectionViewDataSource
extension AjoutCommerceVC: UIPickerViewDelegate, UIPickerViewDataSource
extension AjoutCommerceVC: UITextFieldDelegate, UITextViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
var photoArray: [UIImage]!
-
Undocumented
Declaration
Swift
var loadedPhotos: <<error type>>
-
Undocumented
Declaration
Swift
var loadedVideos: <<error type>>
-
Undocumented
Declaration
Swift
var videoArray: <<error type>>
-
Undocumented
Declaration
Swift
var thumbnailArray: [UIImage]
-
Undocumented
Declaration
Swift
var selectedVideoData: Data
-
Undocumented
Declaration
Swift
var savedCommerce: Commerce?
-
Undocumented
Declaration
Swift
var isSaving: Bool
-
Undocumented
Declaration
Swift
var photosHaveChanged: Bool
-
Undocumented
Declaration
Swift
var videosHaveChanged: Bool
-
Undocumented
Declaration
Swift
@IBOutlet weak var cancelButton: UIBarButtonItem!
-
Undocumented
Declaration
Swift
@IBOutlet weak var saveButton: UIBarButtonItem!
-
Undocumented
Declaration
Swift
var objectIdCommerce: String
-
Undocumented
Declaration
Swift
var editingMode: Bool
-
Undocumented
Declaration
Swift
var loadedFromBAAS: Bool
-
Undocumented
Declaration
Swift
var videoIsLocal: Bool
-
Undocumented
Declaration
Swift
var photos: <<error type>>
-
Undocumented
Declaration
Swift
var videos: <<error type>>
-
Undocumented
Declaration
Swift
@IBOutlet weak var statusDescription: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var seeMoreButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var paymentButton: UIButton!
-
Undocumented
Declaration
Swift
var isValidForm: Bool
-
Undocumented
Declaration
Swift
var isAdresseWriten: Bool
-
Undocumented
Declaration
Swift
var nameTextField: DTTextField!
-
Undocumented
Declaration
Swift
var telTextField: DTTextField!
-
Undocumented
Declaration
Swift
var mailTextField: DTTextField!
-
Undocumented
Declaration
Swift
var adresseTextField: DTTextField!
-
Undocumented
Declaration
Swift
var textFields: <<error type>>
-
Undocumented
Declaration
Swift
let nameRule: <<error type>>
-
Undocumented
Declaration
Swift
let telRule: IsPhoneNumberValidationRule
-
Undocumented
Declaration
Swift
var nomCommerce: String
-
Undocumented
Declaration
Swift
var telCommerce: String
-
Undocumented
Declaration
Swift
var mailCommerce: String
-
Undocumented
Declaration
Swift
var adresseCommerce: String
-
Undocumented
Declaration
Swift
var siteWebCommerce: String
-
Undocumented
Declaration
Swift
var categorieCommerce: String
-
Undocumented
Declaration
Swift
var descriptionCommerce: String
-
Undocumented
Declaration
Swift
var promotionsCommerce: String
-
Undocumented
Declaration
Swift
var selectedRow: Int
-
Undocumented
Declaration
Swift
var videoSelectedRow: Int
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewDidAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
func refreshUIPaymentStatus()
-
Undocumented
Declaration
Swift
func loadCommerceInformations()
-
Undocumented
Declaration
Swift
func refreshUI(status: UploadingStatus = .none, error: Error? = nil, feedBack: Bool = false)
-
Undocumented
Declaration
Swift
@IBAction func cancelAction(_ sender: Any)
-
Undocumented
Declaration
Swift
@IBAction func saveInformations(_ sender: Any)
-
Undocumented
Declaration
Swift
func finalSave()
-
Undocumented
Declaration
Swift
func saveVideosWithCommerce(commerceId: String)
-
Undocumented
Declaration
Swift
func savePhotosWithCommerce(commerceId: String)
-
Undocumented
Declaration
Swift
func savePhotos(photos: [PFObject])
-
Undocumented
Declaration
Swift
func refreshCommerceMedia(commerceId: String, inBackground: Bool = false)
-
Undocumented
Declaration
Swift
func saveOfCommerceEnded(status: UploadingStatus = .none, error: Error? = nil, feedBack: Bool = false)
-
Undocumented
Declaration
Swift
@IBAction func seeMoreDetailAboutStatus(_ sender: Any)
-
Undocumented
Declaration
Swift
override func prepare(for segue: UIStoryboardSegue, sender: Any?)
-
Undocumented
Declaration
Swift
func getURL(ofPhotoWith mPhasset: PHAsset, completionHandler : @escaping ((_ responseURL : URL?) -> Void))
-
Undocumented
Declaration
Swift
func showSelection(forPhoto: Bool)
-
Undocumented
Declaration
Swift
func dismissPhotoPicker(withTLPHAssets: [TLPHAsset])
-
Undocumented
Declaration
Swift
func refreshCollectionWithDataForPhoto(data: Data)
-
Undocumented
Declaration
Swift
func refreshCollectionWithDataForVideo(thumbnail: UIImage)
-
Undocumented
Declaration
Swift
func getImage(phasset: PHAsset?)
-
Undocumented
Declaration
Swift
func getVideoThumbnail(phasset: PHAsset?)
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
override func numberOfSections(in tableView: UITableView) -> Int
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String?
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
func handleLoadingExceptions(forPhoto: Bool, withError: NSError)
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
func photoPickerDidCancel()
-
Undocumented
Declaration
Swift
func numberOfComponents(in pickerView: UIPickerView) -> Int
-
Undocumented
Declaration
Swift
func pickerView(_ pickerView: UIPickerView, numberOfRowsInComponent component: Int) -> Int
-
Undocumented
Declaration
Swift
func pickerView(_ pickerView: UIPickerView, titleForRow row: Int, forComponent component: Int) -> String?
-
Undocumented
Declaration
Swift
func pickerView(_ pickerView: UIPickerView, didSelectRow row: Int, inComponent component: Int)
-
Undocumented
Declaration
Swift
func textViewDidChange(_ textView: UITextView)
-
Undocumented
Declaration
Swift
@objc func textFieldDidChange(_ textField: UITextField)
-
Undocumented
Declaration
Swift
func checkFormValidity(_ textField: UITextField) -> Bool
-
Undocumented
Declaration
Swift
func initFormInputs()