IMGLYMainEditorViewController
open class IMGLYMainEditorViewController : IMGLYEditorViewController
extension IMGLYMainEditorViewController: UICollectionViewDataSource
extension IMGLYMainEditorViewController: UICollectionViewDelegate
extension IMGLYMainEditorViewController: UINavigationControllerDelegate
Undocumented
-
Undocumented
Declaration
Swift
open lazy var actionButtons: [IMGLYActionButton] { get set }
-
Undocumented
Declaration
Swift
open var completionBlock: IMGLYEditorCompletionBlock?
-
Undocumented
Declaration
Swift
open var initialFilterType: IMGLYFilterType
-
Undocumented
Declaration
Swift
open var initialFilterIntensity: NSNumber
-
Undocumented
Declaration
Swift
open fileprivate(set) var fixedFilterStack: IMGLYFixedFilterStack { get }
-
Undocumented
Declaration
Swift
open var highResolutionImage: UIImage? { get set }
-
Undocumented
Declaration
Swift
override open func viewDidLoad()
-
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?