Re: Accessing security scoped URLs from multiple threads [SOLVED]

2014-03-20 Thread patrick machielse
Op 20 mrt. 2014, om 02:50 heeft Charles Srstka cocoa...@charlessoft.com het volgende geschreven: On Mar 19, 2014, at 7:29 PM, patrick machielse patr...@hieper.nl wrote: According to the documentation: When you call the stopAccessingSecurityScopedResource method, you immediately lose

UIButton issue in ios7.1/xcode5.1

2014-03-20 Thread David Brittain
I am seeing an issue in our app where setTitle:forState: is not working when a UIButton is in the selected state (the same happens with setImage:forState:). Specifically I am calling: [self.button setTitle:@New name forState:UIControlStateNormal]; The call has no effect until the user taps the

Re: UIButton issue in ios7.1/xcode5.1

2014-03-20 Thread Alex Kac
Correct. We have a RADAR and a test project showing this same problem. The problem occurs only on iOS 7.1 and only when using the 7.1 SDK. My guess is that its an optimization gone bad. I’ve re-read the docs multiple times and 1) I think you are correct. 2) The workaround I use is ugly - I

Getting a serial queue when asking for a concurrent one

2014-03-20 Thread Kevin Meaney
I'm doing: myQueue = dispatch_queue_create(myque, DISPATCH_QUEUE_CONCURRENT); dispatch_set_target_queue(myQueue, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)); When I hit a breakpoint in the debugger in when running in myQue I'm informed that the queue myque is a serial queue.

Re: Getting a serial queue when asking for a concurrent one

2014-03-20 Thread Kevin Meaney
I forgot to mention I'm building against the 10.9 SDK and targeting 10.9 as a minimum. Kevin On 20 Mar 2014, at 20:05, Kevin Meaney k...@yvs.eu.com wrote: I'm doing: myQueue = dispatch_queue_create(myque, DISPATCH_QUEUE_CONCURRENT); dispatch_set_target_queue(myQueue,

How to Versions Browser when document won't open?

2014-03-20 Thread Jerry Krinock
A user sent me a corrupt document file. It won’t open. Yes, it’s a Core Data SQLite file, and dumping it using sqlite3 on the command line doesn’t help either. It looks like some bits got smashed at one point… ZMACSTER INTEGER, ZUSERDESCRIPTION VARC???,???… Anyhow, I was wondering if

Re: Animation on gesturing

2014-03-20 Thread Sergio Campamá
I wrote an article about this a while back, with a sample project available at http://kaipi.me/ios/objectivec/ios7/blur/2014/01/19/custom-modal-animations-in-ios7.html Hope it helps On Mar 18, 2014 3:25 AM, Roland Bosa rb...@logitech.com wrote: I think something similar is described in the WWDC