- Completed Sidebar Implementation.

- Added the bottom background in autolayout.
- Added cloud 1 and cloud 2 which will animate left to right and vice versa.
- Handled bottom Tabbar Height dyamically. Handled this via logic of safe area.
This commit is contained in:
2024-05-22 18:50:16 +05:30
parent 0ebb59eab8
commit ccacd16c49
29 changed files with 315 additions and 49 deletions

View File

@@ -29,11 +29,11 @@ class SplashVC: UIViewController {
}
@IBAction func languageBtnTapped(_ sender: UIButton) {
// let sb1 = UIStoryboard(name: "Home", bundle: nil)
// let vc1 = sb1.instantiateViewController(withIdentifier: "SideMenu") as! SideMenuController
// self.navigationController?.pushViewController(vc1, animated: true)
//
// return
let sb1 = UIStoryboard(name: "Home", bundle: nil)
let vc1 = sb1.instantiateViewController(withIdentifier: "SideMenu") as! SideMenuController
self.navigationController?.pushViewController(vc1, animated: true)
return
switch sender{
case hindiBtn:
AuthFunc.shareInstance.languageSelected = .hindi