PhotoScalingView
class PhotoScalingView : UIScrollView
extension PhotoScalingView: UIScrollViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
var image: UIImage? { get set }
-
Undocumented
Declaration
Swift
func setImageURL(_ url: URL?)
-
Undocumented
Declaration
Swift
init()
-
Undocumented
Declaration
Swift
func updateGestureEnabledState()
-
Undocumented
Declaration
Swift
func toggleZoom()
-
Undocumented
Declaration
Swift
override var frame: CGRect { get set }
-
Undocumented
Declaration
Swift
var hasSetInitialZoomScale: Bool
-
Undocumented
Declaration
Swift
func prepareForContents()
-
Undocumented
Declaration
Swift
func centerContent()
-
Undocumented
Declaration
Swift
override func layoutSubviews()
-
Undocumented
Declaration
Swift
func viewForZooming(in scrollView: UIScrollView) -> UIView?
-
Undocumented
Declaration
Swift
func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?)
-
Undocumented
Declaration
Swift
func scrollViewDidEndZooming( _ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat )