AccueilCommerces

class AccueilCommerces : UIViewController
extension AccueilCommerces: UICollectionViewDelegate, UICollectionViewDataSource
extension AccueilCommerces: CLLocationManagerDelegate
extension AccueilCommerces: KJNavigaitonViewScrollviewDelegate
extension AccueilCommerces: SPPermissionDialogDelegate
extension AccueilCommerces: SPPermissionDialogDataSource

Undocumented

Routing & Navigation Bar functions

  • Undocumented

    Declaration

    Swift

    override func prepare(for segue: UIStoryboardSegue, sender: Any?)
  • Undocumented

    Declaration

    Swift

    @IBAction
    func showProfilPage(_ sender: Any)
  • Undocumented

    Declaration

    Swift

    @IBAction
    func logOut(_ sender: Any)
  • Undocumented

    Declaration

    Swift

    @IBAction
    func filterBarbuttonPressed(_ sender: Any)
  • Undocumented

    Declaration

    Swift

    func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
  • Undocumented

    Declaration

    Swift

    func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath)
  • Undocumented

    Declaration

    Swift

    func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell
  • CLLocationManagerDelegate DidFailWithError Methods

    Declaration

    Swift

    func locationManager(_ manager: CLLocationManager, didFailWithError error: Error)
  • CLLocationManagerDelegate didUpdateLocations Methods

    Declaration

    Swift

    func locationManager(_ manager: CLLocationManager, didUpdateLocations locations: [CLLocation])
  • Undocumented

    Declaration

    Swift

    func scrollViewDidScroll(_ scrollView: UIScrollView)
  • Undocumented

    Declaration

    Swift

    func scrollViewWillBeginDragging(_ scrollView: UIScrollView)
  • Undocumented

    Declaration

    Swift

    func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool)
  • Undocumented

    Declaration

    Swift

    func scrollViewDidEndDecelerating(_ scrollView: UIScrollView)
  • Undocumented

    Declaration

    Swift

    func didAllow(permission: SPPermissionType)
  • Undocumented

    Declaration

    Swift

    func didDenied(permission: SPPermissionType)
  • Undocumented

    Declaration

    Swift

    func checkLocationServicePermission()
  • Undocumented

    Declaration

    Swift

    var dialogTitle: String { get }
  • Undocumented

    Declaration

    Swift

    var dialogSubtitle: String { get }
  • Undocumented

    Declaration

    Swift

    var dialogComment: String { get }
  • Undocumented

    Declaration

    Swift

    var cancelTitle: String { get }
  • Undocumented

    Declaration

    Swift

    var settingsTitle: String { get }
  • Undocumented

    Declaration

    Swift

    var allowTitle: String { get }
  • Undocumented

    Declaration

    Swift

    var allowedTitle: String { get }
  • Undocumented

    Declaration

    Swift

    func name(for permission: SPPermissionType) -> String?
  • Undocumented

    Declaration

    Swift

    func description(for permission: SPPermissionType) -> String?
  • Undocumented

    Declaration

    Swift

    func deniedTitle(for permission: SPPermissionType) -> String?
  • Undocumented

    Declaration

    Swift

    func deniedSubtitle(for permission: SPPermissionType) -> String?
  • Undocumented

    Declaration

    Swift

    var showCloseButton: Bool { get }