- Created an extension to handle the rootview.
- Added localisation to theme 1, also updated the English localisation for reversing the language - Added localisation to the sidebar. Also handled the live language change with the help of observers - Integrated GetUserData API at splash. - Added the login NAv. Now if user will logout he will be redirected to the login Screen. - Added Activity Indicator on the splash to handle the getuserdata. - Added Guest Login To home.
This commit is contained in:
29
WOKA/OnBoarding Module/Controller/MainNavController.swift
Normal file
29
WOKA/OnBoarding Module/Controller/MainNavController.swift
Normal file
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// MainNavController.swift
|
||||
// WOKA
|
||||
//
|
||||
// Created by MacBook Pro on 28/05/24.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
class MainNavController: UINavigationController {
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
||||
// Do any additional setup after loading the view.
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
// MARK: - Navigation
|
||||
|
||||
// In a storyboard-based application, you will often want to do a little preparation before navigation
|
||||
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
|
||||
// Get the new view controller using segue.destination.
|
||||
// Pass the selected object to the new view controller.
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user