Completed Report Module

This commit is contained in:
2024-08-08 18:47:13 +05:30
parent 0348f07230
commit 08bf5514e2
29 changed files with 1216 additions and 117 deletions

View File

@@ -71,6 +71,7 @@ struct APIEndPoints {
static let user_logout = makeURL(path: "user_logout")
static let user_deactivate_account = makeURL(path: "user_deactivate_account")
static let order_listing = makeURL(path: "order_listing")
static let order_status_track = makeURL(path: "order_status_track")
}
struct Home{

View File

@@ -62,6 +62,7 @@ class NetworkManager{
*/
if value.success == 4{
if let topController = UIApplication.topViewController() {
Utilities.dismissProgressHUD()
let sb = UIStoryboard(name: K.StoryBoard.customAlerts, bundle: nil)
let vcPush = sb.instantiateViewController(withIdentifier: K.StoryBoardID.CustomAlerts.alertCustomVC) as! AlertCustomVC
vcPush.contentLabel = "Please Login Again"