MediaView
MediaView copied to clipboard
ABMediaView Swift version - Media view which subclasses UIImageView, and can display & load images, videos, GIFs, and audio and from the web, and has functionality to minimize from fullscreen, as well...
Cannot use instance member 'topOverlay' within property initializer; property initializers run before 'self' is available private lazy var titleLabel = Label(width: topOverlay.frame.width, delegate: self, kind: .title) in MediaVew
Hey there, nice library :) I was playing around with the video player aspect of it, trying to add AirPlay functionality, and I wanted to warn you that using UIScreen's...