Un-pause a NSProgress?

2015-04-10 Thread Daryle Walker
NSProgress optionally supports cancellation and/or pausing. Each activity has a set of associated properties. The problem is that pausing has the same set of property kinds as canceling, although canceling is one-way but pausing is supposed to be two-way. Like “canceled,” the “paused” property i

NSURLProtocol

2015-04-10 Thread Dan S
Is behavior of NSURLProtocol changed with Safari 5.1? I have a plugin that registeres a protocol handler xyz:// for example It succeeds and I can see all the requests to files on web pages being consulted with the object via +(BOOL) canInitWithRequest:(NSUrlRequest): With Safari 5.0 I would get

Images Being Substituted in UIText .attributedText

2015-04-10 Thread Michal L. Wright
Hi, I have a pair of almost-matching flat-file database apps, iData Pro for the Mac and iData Pro-Mobile for mobile devices. Datafiles for both apps are written to disk as a plist (xml) file and are almost identical in structure. Up till now, iData Pro-Mobile could display only plain text. Now