- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user