i want to add buttons on to my tab bar programmatically in my view...
i am having navigation controller but it does not allow me to add these ..
i want to create programmatically in my view...
...
Hello everyone
Im in the process of pre populating a sql file and would like to know where Xcode keeps its folders for apps for the device. For example, the folders to get the apps on the simulator is /username/library/application support/simulator. Can someone please tell me where these folders are for the device? Any help is appreciat...
This question comes from this other one I asked earlier: http://stackoverflow.com/questions/3180574/calling-custom-objective-c-from-a-pyobjc-application
I want to re-use a small part of the app logic from my iPhone app in its server-side component, which runs on OSX. Based on what I was told in the other question, it looks like I need ...
Hi,
I have created a Foundation Tool in Xcode, and want to use some functions from the GraphicsMagick image manipulation library. The library has been compiled and installed on my computer using MacPorts. I added libGraphicsMagick.3.dylib and libGraphicsMagickWand.2.dylib to my project as external frameworks.
What other steps must I ta...
i have an image in place of tab bar in my rootview controller of navigation controller....
i want to show buttons on to my image at bottom of my view ...
thanks in advance for suggestions also....
...
CGRect frame = CGRectMake(10.0, 30.0, 32.0, 29.0);
UIImage *buttonImage = [UIImage imageNamed:@"visit_icon.png"];
UIButton *stopButton = [[UIButton alloc] initWithFrame:frame];
[stopButton setTitle:@"Button" forState:UIControlStateNormal];
[stopButton setTitleColor:[UIColor blackColor] forState:UIControlEventTouchDown];
[stopButton setBa...
This happens to me pretty often. For example, right now I have the debugger stopped at a breakpoint in a method . . . and it isn't displaying any variable values at all. Other times, it displays some, but not others.
Can anyone explain?
...
I need to define a string that will include a string that changes (i can already make that string change) and additional text.
for example,
NSString *commentsAddress = *somestring*/#comments;
now i know it sould be something more along the lines of
NSString *commentsAddress = @"%@/#comments", *somestring*;
but I can't get this to...
Hi There.
As the topic describes, my app is in /Applications folder and it has got root access but still i cant write/Edit a file in /System/Library/CoreServices.
Can anyone advice me on how to do this?
P.S. I m developing for Jailbroken iOS4 (iOS 4 SDK).
...
How can i add/show “Play” button in the toolbar. In code “TTPhotoViewController.m”, i can see there is a method “playAction”, but i couldn’t find the way to activate that. could you please help me.
Thanks in advance.
...
So I can write code like this:
#ifdef [whatever]
// do stuff that will never show up in the production version
#endif
...
UIImage *image = [UIImage imageNamed:@"logo_header.png"];
UIImageView *imageView = [[UIImageView alloc] initWithImage:image];
imageView.frame = CGRectMake(0, 10, 320, 28);
[self.navigationController.view addSubview:imageView];
I have added an image to my mainview using above code, how can I remove it from view so that it will not visib...
how can I convert the valuesof textbox to numeric?
here's what I'm doing:
int el = electric.text;
int wb = waterbill.text;
int inet = internet.text;
...
I have a project that I created in XCode around nine months ago. The last few times my provisioning profile has expired it has been a nightmare trying to get the new one running. This time around the new provisioning profile isn't listed in the build tab for me to select.
I tried manually making the entry in the project.pbxproj file ac...
I know how to create IBOutlets in Xcode but how do you do it in Interface Builder?
...
Ok, I'm wondering if there are any iphone application templates that can send the mic input of the iphone wirelessly (wifi) to the computer. And then on the computer, there is another app the receives the mic input and makes it the audio input for the app. There is a decible meter on the mac app.
This is similar to the already existing ...
I want to add custom button in Navigation bar.
...
I am debugging an iPhone app I'm writing in Xcode, but sometimes now the debugger (which is GDB) slows a lot (doing a step-by-step debugging) and becomes unresponsive sometimes (the icons for stepping-in, stepping-over, stepping-out are not clickable), after sometimes it gets back to normal and continues and other times it stay like that...
Hi all
Just a small warning for the ones of you who work with a lot of images.
Today I was copying (drag n drop) a lot of PNG images into my xcode project (I'm using 3.2.3). Half way through the copying xcode stopped because there was already a file with the same name. No problem. Deselected that file and copied the rest. All seemed f...
Hi,
I have an Xcode project that uses hundreds of resource images. I have, accidentally, not copied about half of them into the project folder.
Is there away to export my project and copy/consolidate the resources to a new project folder?
Otherwise I have to individually copy and update the files manually.
Thanks.
...