SyntaxFix
Write A Post
Hire A Developer
Questions
I'm pretty sure C-style casting syntax works in Objective C, so try that, too:
int myInt = (int) myFloat;
It might silence a compiler warning, at least.