- Completed click count in sidebar
- Handled optional gender type - Handled optional gender in profile - Remaining MyListVC changes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user