iOS: Storing CGRect Items into an NSArray/NSMutableArray
You can store CGRect items into an NSArray. You need to store them as NSValue types: Here’s how to retrieve the items later on:
You can store CGRect items into an NSArray. You need to store them as NSValue types: Here’s how to retrieve the items later on: