Hello,
I tried to apply theming in the sample project, then Xcode said
'RAMTheme' initializer is inaccessible due to 'fileprivate' protection level
`let textColor: UIColor = .white
let listBackgroundColor: UIColor = .blue
let font: UIFont = UIFont.systemFont(ofSize: 18)
ramReel.theme = RAMTheme(textColor: textColor, listBackgroundColor: listBackgroundColor, font: font)`
Hello,
I tried to apply theming in the sample project, then Xcode said
`let textColor: UIColor = .white
let listBackgroundColor: UIColor = .blue
let font: UIFont = UIFont.systemFont(ofSize: 18)