RollingNoticeCell
open class RollingNoticeCell : UIView
如果想自定义cell,只需继承该cell,然后重写init构造函数
-
Undocumented
Declaration
Swift
@objc open private(set) var reuseIdentifier: String? { get } -
标题
Declaration
Swift
public lazy var titleLabel: UILabel { get set } -
Undocumented
Declaration
Swift
public required init(reuseIdentifier: String?) -
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder)
View on GitHub
RollingNoticeCell Class Reference