- made storyboard and module folder - create ui for listing of karaoke - added api for karaoke list, with data model - made ui dynamic for karaoke listing - Matched the continue watching data with the karaoke listing and decreased code - made custom player view for karaoke - added timer to show hide controls in player
18 lines
191 B
Swift
18 lines
191 B
Swift
//
|
|
// AVPlayerVM.swift
|
|
// WOKA
|
|
//
|
|
// Created by Bilal on 05/07/2024.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
class AVPlayerVM{
|
|
|
|
weak var vc : AVPlayerVC!
|
|
|
|
func initView(){
|
|
|
|
}
|
|
}
|