userPlaylistCell
class userPlaylistCell : UITableViewCell
Undocumented
-
UIImageView in storyboard
Declaration
Swift
@IBOutlet var pic: UIImageView!
-
UILabel in storyboard
Declaration
Swift
@IBOutlet var title: UILabel!
-
UILabel in storybaord
Declaration
Swift
@IBOutlet var channel: UILabel!
-
Undocumented
Declaration
Swift
func customisation()
-
Prepares the receiver for service after it has been loaded from an Interface Builder archive, or nib file.
Declaration
Swift
override func awakeFromNib()