Re: good intro book about cocoa dev

2015-07-21 Thread Richard Charles
I second that. Hillegass is great. In the beginning of the book he will tell you what the prerequisites are. Make sure you meet the prerequisites. Cocoa Programming for OS X 5th Edition is Swift. The 4th and prior Editions are Objective-C. > On Jul 21, 2015, at 8:00 PM, Graham Cox wrote: > >

Re: good intro book about cocoa dev

2015-07-21 Thread Graham Cox
My recommendation would be anything by Aaron Hillegasse, e.g: https://books.google.com.au/books/about/Objective_C_Programming.html?id=Mqu-mnXZAi8C&source=kp_cover&hl=en —Graham > On 22 Jul 2015, at 11:45 am, Nicolas Kozic wrote: > > Hello coca-dev people, > > I’m an hard end-user, that means

good intro book about cocoa dev

2015-07-21 Thread Nicolas Kozic
Hello coca-dev people, I’m an hard end-user, that means to me that I did a large exploitation of computer’s capacities (digital audio editing, photoshop, pre-digital photo, digital photo, 3D, web) but during this self-taught time I wouldn’t develop because I was busy with my artistic tasks, tha

Re: Has anyone used Dubrovnik?

2015-07-21 Thread Jonathan Mitchell
> On 21 Jul 2015, at 14:11, Dave wrote: > Probably something is out of date, but with no real support, who knows? With FOSS perseverance is the only game in town. Jonathan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post adm

Re: MODERATOR: End of Thread (was Re: I am reluctant to file any more bugs until those already reported are fixed)

2015-07-21 Thread Chris Hanson
Once again, this thread is over. Please do not post in it again. This list is for asking and answering questions about development with the Cocoa, Cocoa Touch, and related frameworks. There are appropriate venues for feedback to Apple, including the site at

Re: MODERATOR: End of Thread (was Re: I am reluctant to file any more bugs until those already reported are fixed)

2015-07-21 Thread Michael David Crawford
My post is technical. My concern is that new bugs are created faster than old ones are fixed, also that many of those who experience defects do not understand that they are defects. For example it is very common for users to regard crashes and data loss as their own fault, because they arent doin

MODERATOR: End of Thread (was Re: I am reluctant to file any more bugs until those already reported are fixed)

2015-07-21 Thread Chris Hanson
This is the place for neither rants nor personal attacks. Please keep it technical. Thanks. -- Chris Hanson (cocoa-dev co-moderator) ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to t

Re: Getting resource for key (Swift)

2015-07-21 Thread Jan E. Schotsman
On Jul 21, 2015, at 6:07 PM, Jens Alfke wrote: On Jul 21, 2015, at 1:48 AM, Jan E. Schotsman wrote: So I just needed to replace "Bool?" by "AnyObject?" Yes. If you look at the method’s declaration, the parameter type is “id*” in Obj-C, so it’s pretty clear you need to pass a pointer to

Re: I am reluctant to file any more bugs until those already reported are fixed

2015-07-21 Thread Dave
> On 15 Jul 2015, at 15:01, Raglan T. Tiger wrote: > >> On Jul 15, 2015, at 7:45 AM, Michael David Crawford >> wrote: >> >> I didn't realize that Apple's >> engineers hang out at Reddit. > > > They do not. Nutcases do. > > -rags Are the two mutually exclusive then? lol _

Re: Getting resource for key (Swift)

2015-07-21 Thread Jens Alfke
> On Jul 21, 2015, at 1:48 AM, Jan E. Schotsman wrote: > > So I just needed to replace "Bool?" by "AnyObject?" Yes. If you look at the method’s declaration, the parameter type is “id*” in Obj-C, so it’s pretty clear you need to pass a pointer to an object. If you’d tried to pass a BOOL* in Ob

Re: OsX - HTTP resource load blocked

2015-07-21 Thread Jens Alfke
> On Jul 20, 2015, at 10:43 PM, Marc Danguy wrote: > > But I cannot load my http resource… Did you fix your Info.plist, as I pointed out in my message yesterday? —Jens ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Re: Adding UIBarButtonItem to UINavigationBar in Storyboard Xcode 7b2

2015-07-21 Thread Mike Abdullah
> On 21 Jul 2015, at 02:42, Rick Mann wrote: > > I'm trying to install Xcode 7b3, but in the meantime, shouldn't I be able to > drag a UIBarButtonItem to the navigation bar in the root view controller of a > UINavigationController stack in IB? I don't seem to be able to. Every time I > do, it

Converting SQL delete statement to Core Data

2015-07-21 Thread Laurent Daudelin
Since there is no Core Data specific list, I thought I would ask here. I'm trying to convert the following SQL statement to Core Data: delete from SomeTable where someID not in (select someID from SomeTable group by property1, property2, property3) Basically, I want to retrieve and delete po

Re: Has anyone used Dubrovnik?

2015-07-21 Thread Dave
> On 21 Jul 2015, at 13:53, Roland King wrote: > > >> >> The scheme 'Dubrovnik Unit Tests' is not configured for Running. >> >> The scheme 'Dubrovnik Unit Tests' has nothing configured to build for >> Running and has no executable specified to Run. Edit the scheme to configure >> the Run ac

Re: Has anyone used Dubrovnik?

2015-07-21 Thread Roland King
> > The scheme 'Dubrovnik Unit Tests' is not configured for Running. > > The scheme 'Dubrovnik Unit Tests' has nothing configured to build for Running > and has no executable specified to Run. Edit the scheme to configure the Run > action. > I didn’t think test schemes were configured for ru

Re: Has anyone used Dubrovnik?

2015-07-21 Thread Dave
> On 21 Jul 2015, at 13:19, Uli Kusterer wrote: > > On 21 Jul 2015, at 12:21, Dave wrote: >> The scheme 'Dubrovnik Unit Tests' is not configured for Running. >> >> The scheme 'Dubrovnik Unit Tests' has nothing configured to build for >> Running and has no executable specified to Run. Edit the

Re: Has anyone used Dubrovnik?

2015-07-21 Thread Uli Kusterer
On 21 Jul 2015, at 12:21, Dave wrote: > The scheme 'Dubrovnik Unit Tests' is not configured for Running. > > The scheme 'Dubrovnik Unit Tests' has nothing configured to build for Running > and has no executable specified to Run. Edit the scheme to configure the Run > action. Have you tried se

Has anyone used Dubrovnik?

2015-07-21 Thread Dave
Mac OS X 10.10.4 - Yosemite. XCode 6.3.1 Hi, I downloaded Dubrovnik (https://github.com/ThesaurusSoftware/Dubrovnik ). I can’t find any instructions on what to do with it once you have installed it, there is a workspace file (Dubrovnik.xcworksp

Re: Getting resource for key (Swift)

2015-07-21 Thread Jan E. Schotsman
On Jul 20, 2015, at 9:37 PM, Charles Srstka wrote: This is, in a nutshell, how I do it: let url = ... do { var isAliasAny: AnyObject? = nil try url.getResourceValue(&isAliasAny, forKey: NSURLIsAliasFileKey) if let isAlias = isAliasAny as? NSNumber { print("is alias: \(isA