- My list Audio books on add remove fav, only calling audiobooks api and reloading in background
- My list Games on add remove fav, only calling Games api and reloading in background - My list Karaoke on add remove fav, only calling Karaoke api and reloading in background -Finalised clicks count for every module
This commit is contained in:
@@ -38,6 +38,7 @@ class SelectAgeVM{
|
||||
}
|
||||
|
||||
@objc func kid() {
|
||||
PersistentStorage.shared.addOthersCount()
|
||||
// Apply click effect animation
|
||||
UIView.animate(withDuration: 0.1, animations: {
|
||||
self.vc.underAgeView.transform = CGAffineTransform(scaleX: 0.9, y: 0.9)
|
||||
@@ -51,6 +52,7 @@ class SelectAgeVM{
|
||||
}
|
||||
|
||||
@objc func adult() {
|
||||
PersistentStorage.shared.addOthersCount()
|
||||
// Apply click effect animation
|
||||
UIView.animate(withDuration: 0.1, animations: {
|
||||
self.vc.aboveAgeView.transform = CGAffineTransform(scaleX: 0.9, y: 0.9)
|
||||
|
||||
@@ -16,8 +16,6 @@ class SplashVM{
|
||||
var player: AVAudioPlayer?
|
||||
|
||||
func initView(){
|
||||
|
||||
// Analytics.logEvent(K.AnalyticsEventKeys.guest_login_iOS, parameters: nil)
|
||||
AuthFunc.shareInstance.getStaticURLs()
|
||||
vc.activityIndicator.hidesWhenStopped = true
|
||||
let color1 = #colorLiteral(red: 0.144693464, green: 0.1426281333, blue: 0.6686832905, alpha: 1)
|
||||
|
||||
Reference in New Issue
Block a user