I've searched Core Data attribute types but with no success.
When I open my Entity and Attribute there are several types:
- Integer
- Double
- String
- Boolean
etc.
I'm interested if there is some Apple page which explains about every attribute for which type of usage is.
For example I need an attribute type in which I'll be saving strings of about 1000 characters. Which attribute type do I use for this type of insert?
Thanks for help