- Completed click count in sidebar

- Handled optional gender type
- Handled optional gender in profile
- Remaining MyListVC changes
This commit is contained in:
2024-08-13 20:02:41 +05:30
parent d17fe416ae
commit 5cf02c5aae
47 changed files with 1142 additions and 636 deletions

View File

@@ -7,6 +7,7 @@
import UIKit
import Lottie
import OneSignalFramework
class SplashVC: UIViewController {
@@ -29,6 +30,8 @@ class SplashVC: UIViewController {
vm.playSplashSound()
animateImageScale()
self.navigationItem.backBarButtonItem = UIBarButtonItem(title:"", style:.plain, target:nil, action:nil)
print("OneSignalID:- ", OneSignal.User.pushSubscription.id ?? "NIL")
}
@IBAction func languageBtnTapped(_ sender: UIButton) {