PickerDelegate

class PickerDelegate : NSObject

Delegate for handling note picker UI and events

  • Undocumented

    Declaration

    Swift

    var hidePicker: ((IndexPath?) -> ())?
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    func numberOfSections(in collectionView: UICollectionView) -> Int
  • Undocumented

    Declaration

    Swift

    func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell