Skip to content

nanujogi/Combine-Forms-Problem-Solved

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Combine-Forms-Problem-Solved

Please visit below url for more information

https://forums.swift.org/t/crash-in-swiftui-app-using-combine-was-using-published-in-conjunction-with-state-in-swiftui/26628

Implementing CoreData

Successfully adding email & pass to coredata

Successfully loading all email & pass from coredata

Successfully loading single user details from coredata.

TODO:

Check if email already present before adding to coredata.

Encrypt & Save it using CryptoKit

Decrypt & retrieve it using CryptoKit.

Thanks!