Tagged Questions

0
votes
1answer
25 views

Registering an icon for my application’s document type.

I'm trying to register an icon for my app's document type. After reading Declaring New Uniform Type Identifiers and looking at /Developer/Examples/Sketch I came up with something l …
0
votes
0answers
15 views

Creating an NSMatrix programmatically, Snow Leopard

I'm trying to create an NSMatrix of an NSImageCell prototype programmatically (if you can help me doing it via Interface Builder, be my guest at answering me here) I created a new …
1
vote
3answers
44 views

how to make web application?

I want to implement web application using xcode?is it possible?if yes then then please advicse me? example:http://pinoypay.com/iphone/
6
votes
6answers
164 views

GCC memory leak detection equivalent to Microsoft crtdbg.h?

After many years of working on a general-purpose C++ library using the Microsoft MSVC compiler in Visual Studio, we are now porting it to Linux/Mac OS X (pray for us). I have becom …
0
votes
1answer
59 views

Possible to hide method implementation in library?

I'd like to know if it is possible to hide library implementation from consumers of a static library. This great thread spawned a few questions in regards to a licensing system …
0
votes
1answer
11 views

How to cycle through xcode windows (or open ‘help’ within the bottom pane)?

Hi. I'm using a MBP... In Xcode 3.2 the help/reference pops up in a new window when I ALT, CMD, DOUBLECLICK on a class name**. In previous versions it looks like it used to open u …
-2
votes
2answers
35 views

A simple send and receive program in xcode

Hiyee...doing any one knows where to find a simple send and receive program so that can communicate with each other in MAC...And it's in cocoa language
1
vote
1answer
25 views

How to find the NIBs in a project that use a specific class?

Suppose I have a view derived class named MyView. In the same Xcode project MyView is defined, I have many NIBs. Some of the NIBs have a Custom View with the class set to MyView. …
3
votes
2answers
138 views

Will this hack make apple furious? (Will the reject my app ?)

Hi, I have taken this code from http://stackoverflow.com/questions/883208/how-to-change-background-color-of-uialertview UIAlertView *theAlert = [[[UIAlertView alloc] initWithTi …
0
votes
2answers
24 views

XCode 3.2.1 and Instruments: Useless Stack Trace

I've reached the stage where it's time to start tracking down memory leaks and, to my dismay, Instruments is giving me very little to go on (other than the fact that I definitely h …
3
votes
2answers
62 views

Why should we release?

Hi all, I often see when we release ab object we immediately set it to nil. I know that release and nil both free the old value associated with object but in case of release it le …
0
votes
3answers
33 views

Creating an Array of Arrays in XCode

I am trying to build an array that contains arrays of dictionary objects in Xcode. I can create a working array that has one or more dictionaries in it and then use the addObject: …
0
votes
1answer
19 views

What’s causing this error in a subclass of MKAnnotationView?

I'm trying to create a subclass of MKAnnotationView for an iPhone Mapkit app, but for some reason I am suddenly encountering this error: Command /Developer/Platforms/iPhoneOS.pla …
1
vote
2answers
76 views

MacOS - howto change the SYSTEM temp folder (programatically) ?

we need to change the default SYSTEM temp folder for our multiplatform application. The systems default call for getting the SYSTEM temp folder should return the folder we have sp …
0
votes
3answers
28 views

How to release or nil a type-casted object?

I am a bit confused about the objects which are initialized by type-casting. Like UITextField *txtFld = (UITextField *)[self.view viewWithTag:someTag]; // // //some code here for …

1 2 3 4 5 100 next
15 30 50 per page