|
Re: Apple Sample Code
Hi, Yes, thanks a lot! How did you navigate to it? I think it used to be built into XCode.
All the Best
Dave
Hi, Yes, thanks a lot! How did you navigate to it? I think it used to be built into XCode.
All the Best
Dave
|
By
Dave
·
#67
·
|
|
Re: Apple Sample Code
Hi Dave,
Are you looking for this?
https://developer.apple.com/library/content/navigation/#section=Resource%20Types&topic=Sample%20Code
Nimesh
Hi Dave,
Are you looking for this?
https://developer.apple.com/library/content/navigation/#section=Resource%20Types&topic=Sample%20Code
Nimesh
|
By
nimeshneema@...
·
#66
·
|
|
Game Center Multi-Player Question
Hi All,
I’m developing a game and want to use Game Centre, the game is for 2 to 9 Human or AI players, by AI I mean that that program itself makes a move on behalf of one or more AI Players.
So,
Hi All,
I’m developing a game and want to use Game Centre, the game is for 2 to 9 Human or AI players, by AI I mean that that program itself makes a move on behalf of one or more AI Players.
So,
|
By
Dave
·
#65
·
|
|
WindowController
This works:
- (void)showPreferences: (NSMenuItem *)sender;
{
(void)sender;
// if ( self.prefController == nil ) // this line should not be commented out
{
self.prefController = [ [
This works:
- (void)showPreferences: (NSMenuItem *)sender;
{
(void)sender;
// if ( self.prefController == nil ) // this line should not be commented out
{
self.prefController = [ [
|
By
Gerriet M. Denkmann
·
#64
·
|
|
Apple Sample Code
Hi,
There used to a a web page that had a list of all the Apple Sample Apps, does anyone know if this still exists and if so, where?
I can’t seem to find it any more.
Thanks a lot
All the
Hi,
There used to a a web page that had a list of all the Apple Sample Apps, does anyone know if this still exists and if so, where?
I can’t seem to find it any more.
Thanks a lot
All the
|
By
Dave
·
#63
·
|
|
Re: Getting Started with Animations
It’s been years since I did much with CoreAnimation, but IIRC a layer is clipped to its parent layer, so if you want this to happen you need to make the view temporarily be a direct subview of your
It’s been years since I did much with CoreAnimation, but IIRC a layer is clipped to its parent layer, so if you want this to happen you need to make the view temporarily be a direct subview of your
|
By
Jens Alfke
·
#62
·
|
|
Re: Getting Started with Animations
Hi Again,
I’ve taken a look at Geek Game Board and I’m finding it a but hard to know where to start. I’ve developed my game to the point where the game engine sends messages to the Game View
Hi Again,
I’ve taken a look at Geek Game Board and I’m finding it a but hard to know where to start. I’ve developed my game to the point where the game engine sends messages to the Game View
|
By
Dave
·
#61
·
|
|
Re: Getting Started with Animations
Thanks a lot Jens. I’ll download it now and take a look.
All the Best
Dave
Thanks a lot Jens. I’ll download it now and take a look.
All the Best
Dave
|
By
Dave
·
#60
·
|
|
Re: Getting Started with Animations
Yup, I would recommend using CALayers for the whole UI, pretty much. Back when Core Animation first came out I wrote a framework for building board/card
Yup, I would recommend using CALayers for the whole UI, pretty much. Back when Core Animation first came out I wrote a framework for building board/card
|
By
Jens Alfke
·
#59
·
|
|
Getting Started with Animations
Hi All,
I’m about to add some animations to my game and was wondering if any could give me some advice on the implementation given my App. This is for iOS Landscape only at present but I am
Hi All,
I’m about to add some animations to my game and was wondering if any could give me some advice on the implementation given my App. This is for iOS Landscape only at present but I am
|
By
Dave
·
#58
·
|
|
Re: UIDocumentInteractionController with non-standard file types
Your opinion. Plenty of Apple software spit out log messages that are *far* less informative than a simple "No apps found - not displaying Open In" would be.
--
Steve Mills
Drummer, Mac geek
Your opinion. Plenty of Apple software spit out log messages that are *far* less informative than a simple "No apps found - not displaying Open In" would be.
--
Steve Mills
Drummer, Mac geek
|
By
Steve Mills
·
#57
·
|
|
Re: UIDocumentInteractionController with non-standard file types
It is spitting out what it finds, not what it doesn't. And depending on what you were expecting, it could have reported the same behavior on a real device, depending on what apps are installed. Which
It is spitting out what it finds, not what it doesn't. And depending on what you were expecting, it could have reported the same behavior on a real device, depending on what apps are installed. Which
|
By
Steve Christensen <punster@...>
·
#56
·
|
|
Re: UIDocumentInteractionController with non-standard file types
That was the problem. Too bad it doesn't at least spit out a log message that no apps could be found. That would've saved lots of confusion and debugging.
--
Steve Mills
Drummer, Mac geek
That was the problem. Too bad it doesn't at least spit out a log message that no apps could be found. That would've saved lots of confusion and debugging.
--
Steve Mills
Drummer, Mac geek
|
By
Steve Mills
·
#55
·
|
|
Re: UIDocumentInteractionController with non-standard file types
Have you tried it on a real device to see if there is any difference in
Have you tried it on a real device to see if there is any difference in
|
By
Steve Christensen <punster@...>
·
#54
·
|
|
UIDocumentInteractionController with non-standard file types
My iOS app has 2 custom UTIs declared in the Imported UTIs section, and 3 Document Types (those 2, plus pdf). When I try to share a file (doesn't matter if the URL's UTI is one of the custom types or
My iOS app has 2 custom UTIs declared in the Imported UTIs section, and 3 Document Types (those 2, plus pdf). When I try to share a file (doesn't matter if the URL's UTI is one of the custom types or
|
By
Steve Mills
·
#53
·
|
|
Printing NSTextView puts text in middle of page - Solved
Sorry for noise. Found the solution 5mins after I sent the email.
Mark
Sorry for noise. Found the solution 5mins after I sent the email.
Mark
|
By
tridiak
·
#52
·
|
|
Re: NSInteger and NSUInteger
Xcode list 2013:
Date: Sun, 17 Nov 2013 15:38:22 -0500From: Andy Lee <aglee@...>To: "Gerriet M. Denkmann" <gerriet@...>Cc: Xcode Users <xcode-users@...>Subject: Re: printing NSUInteger in
Xcode list 2013:
Date: Sun, 17 Nov 2013 15:38:22 -0500From: Andy Lee <aglee@...>To: "Gerriet M. Denkmann" <gerriet@...>Cc: Xcode Users <xcode-users@...>Subject: Re: printing NSUInteger in
|
By
dhoerl
·
#51
·
|
|
Re: NSInteger and NSUInteger
Original post of this solution came from no other than Greg Parker!
Original post of this solution came from no other than Greg Parker!
|
By
dhoerl
·
#50
·
|
|
Printing NSTextView puts text in middle of page
Printing a NSTextView centres the text (if it is less than one page in size) vertically in the page, as opposed to the top.
What do you need to do to fix this?
let tv =
Printing a NSTextView centres the text (if it is less than one page in size) vertically in the page, as opposed to the top.
What do you need to do to fix this?
let tv =
|
By
tridiak
·
#49
·
|
|
Re: NSInteger and NSUInteger
General information on format specifiers is here:
https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html
I use %td for NSInteger and %tu for
General information on format specifiers is here:
https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html
I use %td for NSInteger and %tu for
|
By
Steve Christensen <punster@...>
·
#48
·
|