SWCategorySelectionViewModel
class SWCategorySelectionViewModel : NSObject
Undocumented
-
Undocumented
Declaration
Swift
weak var delegate: SWCategorySelectionViewModeDelegate?
-
Undocumented
Declaration
Swift
var filteredChannels: [InterestModel]
-
Undocumented
Declaration
Swift
let filterArray: [String]
-
Undocumented
Declaration
Swift
fileprivate var userSelectedChannelsId: [Int]
-
Undocumented
Declaration
Swift
func getAllChannels()
-
Undocumented
Declaration
Swift
func handleDoneAction()
-
Undocumented
Declaration
Swift
func channelForSection(_ indexPath: IndexPath) -> (InterestModel, Bool)?
-
Undocumented
Declaration
Swift
func handleSelectionForChannel(_ indexPath: IndexPath)
-
Undocumented
Declaration
Swift
func numberOfChannelsInSection() -> Int
-
Undocumented
Declaration
Swift
fileprivate func updateUserPreferrence()
-
Undocumented
Declaration
Swift
fileprivate func handleDoneButtonOpacity()