Could someone please explain why I can't make an integer by adding together the return values that are both integers themselves?
The range is a range that I have created from searching inside a string for a substring.
NSUInteger myInteger = [aRange location] + [aRange length];
The range is a range that I have created from searching inside a string for a substring.
NSUInteger myInteger = [aRange location] + [aRange length];