ImageView

public final class ImageView : UIImageView, AmytisViewType, ImageViewJSExport, UIImagePickerControllerDelegate, UINavigationControllerDelegate, ExtendableView

Undocumented

  • //////////////////// extendable view protocol

    Declaration

    Swift

    public var params: [String : Any]
  • id

    Undocumented

    Declaration

    Swift

    public var id: String { get set }
  • Undocumented

    Declaration

    Swift

    public var frame2: Frame { get set }
  • Undocumented

    Declaration

    Swift

    public var parent: AmytisView { get set }
  • Undocumented

    Declaration

    Swift

    public var viewXML: XML { get set }
  • Undocumented

    Declaration

    Swift

    public func requiredInit()
  • Undocumented

    Declaration

    Swift

    @objc
    public func reRenderWithChild(_ xml: String)
  • Undocumented

    Declaration

    Swift

    @objc
    public func reRender(_ params: [String : Any])
  • Undocumented

    Declaration

    Swift

    @objc
    public func reCalculateFrame(_ animated: Bool)
  • Undocumented

    Declaration

    Swift

    @objc
    public func animateToFrame(_ string: String, _ time: Double = 0.5, _ completion: JSValue? = nil)
  • ////////////////////////////////////////////

    Declaration

    Swift

    public func hidden(_ _isHidden: Bool) -> Self
  • Undocumented

    Declaration

    Swift

    public func remove()
  • Undocumented

    Declaration

    Swift

    public func contentType(_ type: String) -> Self
  • Undocumented

    Declaration

    Swift

    public var picked: ((UIImage) -> Void)?
  • Undocumented

    Declaration

    Swift

    public func picked(_ action: @escaping ((UIImage) -> Void))
  • Undocumented

    Declaration

    Swift

    public func config()
  • Undocumented

    Declaration

    Swift

    public func setSource(_ source: String)
  • Undocumented

    Declaration

    Swift

    public func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [String : AnyObject])
  • Undocumented

    Declaration

    Swift

    public func imagePickerControllerDidCancel(_ picker: UIImagePickerController)