Is there any way to use a diff tool in an iOS app? My app at one point needs to find the difference between two large text files, and using diff or something similar may be a possible solution. Both files are downloaded as NSData objects from an external source, and right now I have converted them to NSString objects. But they can be in any format, as long as I can find a way which lines have changed.
Thanks, - Koen. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com