Concatenating two NSIndexPath objects
Concatenating two NSIndexPath objects
- Subject: Concatenating two NSIndexPath objects
- From: Dave <email@hidden>
- Date: Mon, 01 Jun 2015 19:06:04 +0100
Hi All,
I’ve got an Index Path, that needs to have an extra level added to it at the beginning.
e.g.
0.1.2.3.4
Needs to be:
0.0.1.2.3.4
Is there are easy way to do this that doesn’t involve playing with NSUInteger Arrays?
If not I think I’ll write a category method that does it, any tips greatly appreciated.
All the Best
Dave
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden