I'd like to use the pinstripe background that shows up in the Settings app and many other iPhone apps behind table views. Is is already included in some graphics library? How can I make it show up in a UIView or UITableView?
...
I've created a NIB file with some button controls on it, and as a background it has an ImageView which contains a PNG file loaded from my project.
What I want to do is to draw on top of the ImageView - imagine that my UI is a clockface and I want to draw the hands of the clock on top of the background image.
Is it the correct approach ...
I am developing an Messenger application where i am trying to use an peer-to-peer online connection.
But for that i have to present my own user interface to configure the Internet connection.
how to do it?.. Please help me...
...
Hi,
I read the different topics that deal with that kind of problem, but I still have no answer.
Here is my problem :
In my header file, i have this :
int cl, ch, _a = a, _b = b;\
__asm__ ("smull %0, %1, %2, %3\n"
"mov %0, %0, lsr %4\n"
"orr %0, %0, %1, lsl %5\n"
: "=&r" (cl), "=&r" (ch)
: "r" (_a), "r" (_b...
Hi,
More iPhone stuff...
Does anyone know how I can trim this code down. So I don't have to write every single image.
Thanks a lot
bMon01.animationImages = [NSArray arrayWithObjects:
[UIImage imageNamed:@"mon01_0001.png"],
[UIImage imageNamed:@"mon01_0002.png"],
[UIImage imageNamed:@"mon01_0003.png"],
[UIImage ima...
i have a view like iphone's springboard . i created it using a scroll view and buttons.i want to disable horizontal scrooling on that view.i want only vertical scrolling.how do i do this?
...
Hi All,
I have to move the ball in specified path, lets say a circular road with the help of Accelerometer. I am able to move the ball using UIAccelerometer. But i am confused how i will move the ball on circular road or on any other shape. How i will detect collision so that ball will only move in the specified area(road) and will not ...
I am a newcommer to iPhone/Mac programming.Really get stuck at this situation. How to achieve this? NSURLConnection?NSFileHandler?Any clues would be greatly appreciated.Any code snippets would be BIG help.Thanks.
...
I have been getting this error messages from my PHP code used to send message to the APNS...has anyone got faced the same issue?
Warning: stream_socket_client() [function.stream-socket-client]: SSL operation
failed with code 1. OpenSSL Error messages: error:14094410:SSL routines:
SSL3_READ_BYTES:sslv3 alert handshake failure in
/Libra...
Why does a custom UIButton image does not resize with the button?
I set it's view mode to Scale to Fill in Interface Builder, but unlike a UIImageView image, it doesn't respect that setting.
Am I looking in the wrong place or is it not possible?
...
I have a slider that I'm using to set a float value somewhere. I connect Value Changed to a method in my viewController. That part works fine.
I need to know when the user starts touching the control but not necessarily every single instant that the slider changes (I receive the Value Changed events for that). So I connected a Touch Up...
I Have two xib files named firstView and SecondView ........
I implemented these into tabbarcontroller items...Now its work fine..
When i select firsttabbaritem firstView was loaded also select second tabbaritem its loaded secondview...
i have back button in the SecondView ...If some one clicked these back button means how can i load fi...
I have the following object structure:
UITabBarController
UINavigationController
UITableViewController
It used to work, but then I added the UITabBarController into the mix and made a bunch of other large changes and somewhere in between it stopped.
So far I have:
created a new project with that structure, and that seems to wo...
I've been scouring the Internet for a while now for information on how one can alter the letter-spacing/kerning of a font within UIKit.
My fear is, that like using your own custom fonts, you simply can't. Which would be terrible news.
I know Apple is protecting us from bad design with these constraints, but they're also preventing us f...
In my application I use a UIAlertView to display to the user a message and some options. Depending on the button pressed, I want the application to perform something on an object.
The sample code I use is...
-(void) showAlert: (id) ctx {
UIAlertView *baseAlert = [[UIAlertView alloc]
initWithTitle: title
...
In the United States, is the iPhone 3.0 SDK freely available like how the iPhone 2.x SDK was? I have an application that I wrote in Dashcode and I would like to update it to see if it solves any of the bugs.
...
Hello all,
I am new bie to objective c i have worked with uikit only now i want to create an application which will be showing the colleges around me and its distance in a tableview.
So how to get started please suggest me.
How do i embed map in iPhone.
Thanks in advance.
aamir
...
UIBarButtonItem *rButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemRefresh target:self action:NULL];
rButton.action = @selector(refreshAction);
self.navigationItem.rightBarButtonItem = rButton;
[rButton release];
The above code works fine to create a button and add it to the navigation bar, but...
Hi,
Is there a way for me to find out when the user is magnifying the text in a UITextField to move the cursor between characters?
I'm using a custom background for the textfield which is dark. However, my view background is light, which means that when the magnifying glass appears above the text field, I can't see the text (because it...
i am using SDK 3.0 and iPhone 3.0 (upgraded from 2.2.1). when i try to install on my iPhone device, i got an error like "disk image can not be mounted " and also i am getting same error on organizer window of xcode.
i am not able to deploy my app developed using SDK 3.0 on iPhone
...