Skip to content
Ilho Ahn edited this page Nov 19, 2013 · 2 revisions

Summary

ObjectUtil supply some object tools. These methods could be moved into other class.

Comparison

+ (BOOL) CGPoint:(CGPoint) point isEqual:(CGPoint) otherPoint;

Check A point is equal to other point. (You can use 'CGPointEqualToPoint' <-- I dont know this function exists :( When made it.)

Deep Copy

Deep copy NSArray or NSDictionary.

+ (NSMutableDictionary *)deepCopyNSMutableDictionary:(NSMutableDictionary *)originalDictionary;

+ (NSMutableArray )deepCopyNSMutableArray:(NSMutableArray) originalArray;

Version

Version 0.0.1 Build 61 Release 1