It\'s about objective c and cocoa I\'ve faced a problem and don\'t know how to solve it. Hope I can find answer here and it will be helpful for some other programmers.
I have them working perfection on my iOS app. My MacOS app registers for the notifications OK, but I can\'t get the server I\'m using (Urban Airship) to accept the .p12 I generated for my MacOS app. (
I\'m new to Cocoa printing and trying to figure out how to take advantage of built-in NSVie开发者_StackOverflow中文版w printing. I haven\'t written any code or done anything in IB to enable printing,
I\'m putting together a list of interview questions for someone interviewing to be a Cocoa developer. I\'m a programmer, but I\'ve never done Objective-C. I stumbled upon an interesting question that
Can someone please tell me, why the background gradient of the textured NSWindow in this app suddenly changes, when you make the window a little bit 开发者_高级运维smaller?
I\'m using NSTask in my Cocoa APP , and I need to be able to get result, and store it in Array, or something... I\'m executing terminal commands from APP, and I need outputs for them.
I\'m trying to enable Account Sharing from terminal. I can\'t figure out how to do that. This will be used from inside an application I\'m currently programming. The application creates a hidden user
I\'m newbie to Cocoa/Objective C. I\'ve to change a value of a global NSSTring variable on every iteration of an NSTimer execution. I\'ve declared the variable inside the appdelegate.m at the top of t
I have a server I am trying t communicate to and it requires the usage of gnuTLS or SSL encryption. Is it possible for开发者_运维知识库 me to include the certificate in my cocoa application and use it
I created a new cocoa project using the command-line tool template. I need to be able to set/retrieve the version from the bundle, but the infoDictionary in my mainBundle is only showing three basic i