I\'m new to iPhone development (except developing with cocos2d). I want to create a simple application that have one window with a button. When i press the button i want some other window to be show
I want to make an iPad application (I\'m actually making it now, it\'s just not working...) where I start out with a login screen for the users and if they authenticate I want to transition to another
I am relatively new to Cocoa/Xcode and am not sure if I am structuring my application in the most \"correct\" way possible. I have a number of objects which are active the while time that the applicat
I\'m a complete n00b with MacRuby and Cocoa, so keep that in mind when answering - I need lots of details and explanation. :)
I\'ve tried almost all the possible permutations... I\'m trying to make something like this: http://www.amateurinmotion.com/articles/2009/01/24/creating-uitabbarcontroller-based-app-using-interfacebu
So, I\'ve开发者_如何学运维 been reading through other questions on here and Xcode\'s documentation, but I\'m still a bit confused. Here\'s the scenario: I have a login screen for my app which has 3 te
How can I make my NSWindow with NSTabView smoothly resize when user clicks a tab? I want it to like \"System P开发者_运维百科referances\" application: window changes its size according to content.Use
Does anyone kn开发者_开发知识库ow how to Rotate Labels (or any object) in Interface Builder??
I am going through some sample code from Apple. The following 5 statements are from MoveMeAppDelegate.m belonging to the \"MoveMe\" sample project:
I have 开发者_高级运维a custom NSView (MyView), which is rendered by the NSViewCollectionItem.