Core Data and User Defaults in Swift -


i'm pretty new programming , i'm working on first app app store. have data model working in core data, want have singleton user settings , reference current project. i'm having trouble getting singleton work in core data. i've gotten kinda work user defaults seems clunky use core data , user defaults. else way?

ps. there general references use of predicates in swift? haven't found one.


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -