Browse Source

space added on current id expiry date

v0.17
hehehaha 2 years ago
parent
commit
3fd360fbae
  1. 2
      GME Remit/Modules/RenewID/User Interface/View/RenewIDViewController.swift

2
GME Remit/Modules/RenewID/User Interface/View/RenewIDViewController.swift

@ -95,7 +95,7 @@ class RenewIDViewController: UIViewController {
combination.append(statusText) combination.append(statusText)
combination.append(idStatusTitle) combination.append(idStatusTitle)
let expiryText = NSAttributedString(string: "Current Id Expiry Date:", attributes: [NSAttributedString.Key.font : UIFont.sanfrancisco(.bold, size: 15)])
let expiryText = NSAttributedString(string: "Current Id Expiry Date: ", attributes: [NSAttributedString.Key.font : UIFont.sanfrancisco(.bold, size: 15)])
let expiryDateText = NSAttributedString(string: "\(Utility.database.user.string(.expirtDate) ?? "")") let expiryDateText = NSAttributedString(string: "\(Utility.database.user.string(.expirtDate) ?? "")")
let expiryCombitaion = NSMutableAttributedString() let expiryCombitaion = NSMutableAttributedString()
expiryCombitaion.append(expiryText) expiryCombitaion.append(expiryText)

Loading…
Cancel
Save