Re: WWDC videos vs. slides?

2012-11-19 Thread Mark Allan
I know this is going slightly off-top (but it started off-topic for the list anyway, so I don't feel too bad!) I usually do the same, but how do you download all the videos? I just work through them manually in iTunes - is there a quicker way? Mark On 19 Nov 2012, at 01:28, Alex Zavatone

Re: Table view cell getting deselected in popover

2012-11-19 Thread Rick Mann
On Nov 16, 2012, at 7:08 , Fritz Anderson fri...@manoverboard.org wrote: I assume the master view (within the nav controller) is a UITableViewController? Have you tried setting the controller's . clearsSelectionOnViewWillAppear to NO? So, after getting things to not clear the selection on

Re: NSMapTable thread safety (with with ARC and weak objects)

2012-11-19 Thread James Montgomerie
On 16 Nov 2012, at 22:36, Quincey Morris quinceymor...@rivergatesoftware.com wrote: On Nov 16, 2012, at 09:53 , James Montgomerie ja...@montgomerie.net wrote: Let's assume I'm using ARC. If I create an NSMapTable with [NSMapTable strongToWeakObjectsMapTable], is it safe to put objects into

Re: WWDC videos vs. slides?

2012-11-19 Thread Alex Zavatone
The painfully slow way is to go to locate the downloads in developer.apple.com, then iTunes, select the ones you are interested in and let them download. Every time I want to do this, it's not really clear how to get to the videos. I think I end up finding them when searching for something

Re: WWDC videos vs. slides?

2012-11-19 Thread Alex Zavatone
This might be a more direct location to help you get what you want: https://developer.apple.com/videos/ On Nov 19, 2012, at 8:24 AM, Alex Zavatone wrote: The painfully slow way is to go to locate the downloads in developer.apple.com, then iTunes, select the ones you are interested in and

Re: NSMapTable thread safety (with with ARC and weak objects)

2012-11-19 Thread Joar Wingfors
On 19 nov 2012, at 04:05, James Montgomerie ja...@montgomerie.net wrote: On 16 Nov 2012, at 22:36, Quincey Morris quinceymor...@rivergatesoftware.com wrote: On Nov 16, 2012, at 09:53 , James Montgomerie ja...@montgomerie.net wrote: Let's assume I'm using ARC. If I create an NSMapTable

Re: Dumb question about unit testing

2012-11-19 Thread Sean McBride
On Sun, 18 Nov 2012 21:26:09 -0600, William Squires said: What's the recommended procedure for (unit) testing the initWithCoder: and encodeWithCoder: methods of a class that conforms to NSCoding protocol? I do two things: 1) a test that encodes then immediately decodes, then compares the

Re: Getting notified of any change to a specific NSManagedObject?

2012-11-19 Thread Mike Abdullah
On 16 Nov 2012, at 22:00, Rick Mann rm...@latencyzero.com wrote: On Nov 16, 2012, at 2:31 , Mike Abdullah cocoa...@mikeabdullah.net wrote: Why are you trying to avoid a bunch of these calls? Is it just to save yourself typing? Typing, and code maintenance. I generally have UI that

Re: Getting a .icns file from IconRef data

2012-11-19 Thread Mike Abdullah
On 17 Nov 2012, at 04:09, Ken Thomases k...@codeweavers.com wrote: On Nov 16, 2012, at 9:20 PM, Kyle Sluder wrote: On Nov 16, 2012, at 6:56 PM, John Brownie john_brow...@sil.org wrote: If I use TISGetInputSourceProperty to get the kTISPropertyIconImageURL property of a keyboard layout,

Looking for Direction

2012-11-19 Thread koko
I have been tasked with creating an iOS application that will: 1. Register as the preferred applicationto open files of a specific type 2. Transfer a file to a WebDAV server 3. Email a file 4. Send a file to iCloud 5. Access a file in Dropbox for iOS I have done 2 and part of 3 (sent

Re: Looking for Direction

2012-11-19 Thread Hunter Hillegas
On Nov 19, 2012, at 12:02 PM, koko k...@highrolls.net wrote: 1. Register as the preferred application to open files of a specific type - Read the Document Programming on iOS Guide - it has info on claiming a file type. 4. Send a file to iCloud - Ditto on the above guide - it covers