IMGLYMainEditorViewController

open class IMGLYMainEditorViewController : IMGLYEditorViewController
extension IMGLYMainEditorViewController: UICollectionViewDataSource
extension IMGLYMainEditorViewController: UICollectionViewDelegate
extension IMGLYMainEditorViewController: UINavigationControllerDelegate

Undocumented

Properties

UIViewController

  • Undocumented

    Declaration

    Swift

    override open func viewDidLoad()

EditorViewController

  • Undocumented

    Declaration

    Swift

    override open func tappedDone(_ sender: UIBarButtonItem?)
  • Undocumented

    Declaration

    Swift

    open override var enableZoomingInPreviewImage: Bool { get }
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public func navigationController(_ navigationController: UINavigationController, animationControllerFor operation: UINavigationController.Operation, from fromVC: UIViewController, to toVC: UIViewController) -> UIViewControllerAnimatedTransitioning?