SkillAgentSearch skills...

NSMutableArrayRearrangingExtensions

a extensions for NSMutableArray

Install / Use

/learn @yaakaito/NSMutableArrayRearrangingExtensions
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

NSMutableArrayRearrangingExtensions

a extensions for NSMutableArray

- (void)moveObjectToHead:(id)object;
- (void)moveObjectToTail:(id)object;
- (void)moveObjectsToHead:(NSArray*)objects;
- (void)moveObjectsToTail:(NSArray*)objects;
- (NSArray*)objectsForAfterObject:(id)object;
- (NSArray*)objectsForBeforeObject:(id)object;
- (void)moveObjectsForAfterObjectToHead:(id)object;
- (void)moveObjectsForBeforeObjectToTail:(id)object;
- (void)insertObjects:(NSArray *)objects atIndex:(NSUInteger)index;

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated4y ago
Forks0

Languages

Objective-C

Security Score

55/100

Audited on Mar 3, 2022

No findings