Apple has a prerelease version for Swift 2 on the iBooks Store:
https://itunes.apple.com/us/book/swift-programming-language/id1002622538
——lowell
> On Jul 2, 2015, at 9:59 AM, William Squires wrote:
>
> There is (or was) a PDF you could get in the Bookstore.app direct f
The first two parameters to the function have to be an id and a SEL ...
typedef id (*IMP)(id, SEL, ...);
... (this is where we get self and _cmd, by the way) followed by the rest of
the method params, if any.
lowell
On Jul 30, 2013, at 12:59 AM, Vincent Habchi wrote:
> Hi everyb
NSWindowDidExitFullScreenNotification
NS_AVAILABLE_MAC(10_7);
--lowell
On Oct 19, 2011, at 10:01 PM, Ryan Joseph wrote:
> Is there an effective way to be notified when the system goes into full
> screen mode (on 10.6 and 10.7)? The only information I found on Google was
> from 2005 and earlier includi
If you have the docs installed locally, the document is at
/Library/Developer/Documentation/DocSets/com.apple.adc.documentation.AppleLion.CoreReference.docset/Contents/Resources/Documents/index.html#documentation/Cocoa/Conceptual/DragandDrop/UsingDragAndDrop.html
--
lowell
On Oct 17, 2011, at