OK team, this is weird. [NSDecimalNumber integerValue] is behaving strangely.
I\'m sat at a breakpoint, trying to figure out why some parts of my app are broken in i
Use myDecimalNumber.intValue instead of integerValue
myDecimalNumber.intValue
integerValue