UZLiveStreamUIView
open class UZLiveStreamUIView: UIView, UITextFieldDelegate
Undocumented
-
Undocumented
Declaration
Swift
public var onButtonSelected: ((_ button: UIControl?) -> Void)? = nil -
Undocumented
Declaration
Swift
public let closeButton = NKButton() -
Undocumented
Declaration
Swift
public let beautyButton = NKButton() -
Undocumented
Declaration
Swift
public let cameraButton = NKButton() -
Undocumented
Declaration
Swift
public let viewsBadge = NKButton() -
Undocumented
Declaration
Swift
public let liveBadge = NKButton() -
Undocumented
Declaration
Swift
public let containerView = UIView() -
Undocumented
Declaration
Swift
public var topFrameLayout: DoubleFrameLayout! -
Undocumented
Declaration
Swift
public var buttonFrameLayout: StackFrameLayout! -
Undocumented
Declaration
Swift
open var views: Int = 0
-
Undocumented
Declaration
Swift
public init() -
Undocumented
Declaration
Swift
open func setupGestures() -
Undocumented
Declaration
Swift
@objc open func onTap(_ gesture: UITapGestureRecognizer) -
Undocumented
Declaration
Swift
@objc open func onButtonSelected(_ button: UIButton) -
Undocumented
Declaration
Swift
required public init?(coder aDecoder: NSCoder) -
Undocumented
Declaration
Swift
open override func layoutSubviews() -
Undocumented
Declaration
Swift
open func allButtons() -> [UIButton] -
Undocumented
Declaration
Swift
open func clear()
-
Undocumented
Declaration
Swift
public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool
UZLiveStreamUIView Class Reference