How do I increment a NSNumber?
i.e. myNSNumber++
Put them all together, and you have:
myNSNumber = @(myNSNumber.intValue + 1);