Contents

NSRange

A structure used to describe a portion of a series, such as characters in a string or objects in an array.

Declaration

typedef struct _NSRange { ... } NSRange;

Discussion

Foundation functions that operate on ranges include the following:

Topics

Managing ranges

Related types

Instance Properties