egodatabase icon indicating copy to clipboard operation
egodatabase copied to clipboard

Few additions and fixes

Open sumchattering opened this issue 12 years ago • 1 comments

1.Added new delegate method for notifying the delegate that the request has started loading.This is helpful in thread synchronization when adding NSOperations asynchronously to a background queue.

2.Added property encoding to EGODatabase to support database where the string encoding is not UTF8

3.Memory leak

sumchattering avatar Jun 23 '12 18:06 sumchattering

@nodemaker It seems the leak issue had fixed on the latest version by ARC.

demonnico avatar Oct 29 '14 10:10 demonnico