I saved my account through Locksmith Keychain, everything works fine, right now i need to parse the data stored to a textField, how can i do it please? Here is the code that i use to save my account:
let accountsave = Locksmith.saveData(["account": self.txtAccount.text], forUserAccount: "myUserAccount", inService: "myAccount").
Right now i need to parse the data store to a textfield in swift. Please help