Completed Report Module
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user