- 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

@@ -67,5 +67,10 @@ class WebViewVC: UIViewController, WKNavigationDelegate{
super.viewWillDisappear(animated)
navigationController?.setNavigationBarHidden(true, animated: animated)
self.navigationController?.setColor(color: .black)
if self.isMovingFromParent {
// Back button was pressed
PersistentStorage.shared.addOthersCount()
}
}
}