Channel
class Channel
Used for subsciprition
-
This is a String which is used to store the name of
ChannelDeclaration
Swift
let name: String -
This is a
UIImagewhich is used to display the image ofChannelDeclaration
Swift
let image: UIImage -
Number of subscribers
Declaration
Swift
var subscribers: Int -
Generate place holder channels, for displaying purpose
Declaration
Swift
static func generateDefaultChannels() -> [Channel] -
Performe
ChannelinitializationDeclaration
Swift
init(name: String, image: UIImage)
Channel Class Reference