AccueilCommerces
class AccueilCommerces : UIViewController
extension AccueilCommerces: UICollectionViewDelegate, UICollectionViewDataSource
extension AccueilCommerces: CLLocationManagerDelegate
extension AccueilCommerces: KJNavigaitonViewScrollviewDelegate
extension AccueilCommerces: SPPermissionDialogDelegate
extension AccueilCommerces: SPPermissionDialogDataSource
Undocumented
-
Undocumented
Declaration
Swift
let columnLayout: GridFlowLayout
-
Undocumented
Declaration
Swift
private let refreshControl: UIRefreshControl
-
Undocumented
Declaration
Swift
let network: NetworkManager
-
Undocumented
Declaration
Swift
var toutesCat: [String]!
-
Undocumented
Declaration
Swift
var commerces: [Commerce]
-
Undocumented
Declaration
Swift
var currentPage: Int!
-
Undocumented
Declaration
Swift
var lastLoadCount: Int!
-
Undocumented
Declaration
Swift
let itemsPerPages: Int!
-
Undocumented
Declaration
Swift
let locationManager: CLLocationManager
-
Undocumented
Declaration
Swift
var latestLocationForQuery: CLLocation!
-
Undocumented
Declaration
Swift
let defaults: UserDefaults
-
Undocumented
Declaration
Swift
var prefFiltreLocation: Bool
-
Undocumented
Declaration
Swift
var locationGranted: Bool
-
Undocumented
Declaration
Swift
var isLoadingCommerces: Bool
-
Undocumented
Declaration
Swift
var titleChoose: String
-
Undocumented
Declaration
Swift
@IBOutlet weak var labelHeaderCategorie: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var headerContainer: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var headerTypeCommerceImage: UIImageView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var viewKJNavigation: KJNavigationViewAnimation!
-
Undocumented
Declaration
Swift
@IBOutlet weak var collectionView: UICollectionView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var filterButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var loginButton: UIButton!
-
Undocumented
Declaration
Swift
var introBulletin: <<error type>>
-
Undocumented
Declaration
Swift
lazy var filterBulletinManager: BLTNItemManager { get set }
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewWillDisappear(_ animated: Bool)
-
Undocumented
Declaration
Swift
func discretReload()
-
Undocumented
Declaration
Swift
@objc private func refreshCollectionData(_ sender: Any)
-
Undocumented
Declaration
Swift
func chooseCategorie(itemChoose: String, withHud showHud: Bool)
-
Undocumented
Declaration
Swift
func queryObjectsFromDB(typeCategorie: String, withHUD showHud: Bool = true)
-
Undocumented
Declaration
Swift
func globalObjects(commerces: [Commerce]?, error: Error?, hudView: Bool)
-
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 }