I have the following compiler error in xcode5.1
pls. suggest fix for these 5 issues. These are some simple type casting issues. I can fix them on my own but I need to know how to do it.waiting for your reply.
I have the following compiler error in xcode5.1
pls. suggest fix for these 5 issues. These are some simple type casting issues. I can fix them on my own but I need to know how to do it.waiting for your reply.
Unless you need 64bit precision, most of those warnings should go away if you cast them to int.
For example, from your first screenshot: _flags.numColumns = (int) [gridData numberOfItemsPerRow]