Click here to support Nimbus development and make a donation at www.pledgie.com !
An iOS framework whose growth is bounded by O(documentation).
NSRange Methods

Overview

For manipulating NSRange.

Functions

NSRange NIMakeNSRangeFromCFRange (CFRange range)

Function Documentation

NSRange NIMakeNSRangeFromCFRange ( CFRange  range)

Create an NSRange object from a CFRange object.

Returns:
an NSRange object with the same values as the CFRange object.
Attention:
This has the potential to behave unexpectedly because it converts the CFRange's long values to unsigned integers. Nimbus will fire off a debug assertion at runtime if the value will be chopped or the sign will change. Even though the assertion will fire, the method will still chop or change the sign of the values so you should take care to fix this.

Definition at line 47 of file NIFoundationMethods.m.

Generated for Nimbus by doxygen 1.7.4-20110629