Add + Update screen : PlayMusic

This commit is contained in:
mrustaa
2024-07-31 15:59:53 +03:00
parent 18c90f0c63
commit 85d52cd837
107 changed files with 2883 additions and 392 deletions
@@ -40,10 +40,10 @@ class SporViewController: StoryboardController {
let frr = CGRect(x: 0, y: 0, width: ScreenSize.width, height: ScreenSize.height - 5)
let backgroundView = SportGradientBackgroundView()
// cc.0.backView.backgroundColor = .red
// cc.0.backView?.backgroundColor = .red
backgroundView.frame = frr
cc.0.backView.addSubview( backgroundView)
cc.0.backView?.addSubview( backgroundView)
self.containerTableView = cc.1