Hi,
I recently got my hands on Core Data, thanks to this tutorial :
http://www.techotopia.com/index.php/An_iPhone_OS_Core_Data_Tutorial
My question is about handling types other than String.
For example let us say I want to change (in the above tutorial example) the address property attribute from String to Float.
I assume the first thing I can do is change the attribute from String to Float in the xcdatamodel.
Then how do I need to change the code ?
I already tried a few things, but it did not work.
Thanks for any tip.
I recently got my hands on Core Data, thanks to this tutorial :
http://www.techotopia.com/index.php/An_iPhone_OS_Core_Data_Tutorial
My question is about handling types other than String.
For example let us say I want to change (in the above tutorial example) the address property attribute from String to Float.
I assume the first thing I can do is change the attribute from String to Float in the xcdatamodel.
Then how do I need to change the code ?
I already tried a few things, but it did not work.
Thanks for any tip.