iPhone ProgressBar
How can I change the color as well as size of UIProgressBar in iPhone SDK ...
How can I change the color as well as size of UIProgressBar in iPhone SDK ...
How do you determine (programatically) if an iPhone/iPod is: Jail broken Running a cracked copy of your software Pinch Media can detect if a phone is jail broken or the software running is cracked, does anyone know how they do this? Are there any libraries? ...
Hi there. My application is quite simple, but I have some problems when it starts. I setted in the Info.plist to be landscaped, but it seems to ignore the order. In fact, when the app is loading the Simulator is landscaped, but then it returns in portrait mode. This is the hierarchy of the views and controllers: MainViewController (ex...
I'm trying to flip between two views. That's easy, the code is below, but I also want to simultaneously flip the button used to perform the flip. You can see this behavior in the iPod application when you're playing a track; tapping the flip button flips between the cover art and the track listing, but it flips the button at the same ti...
An iPhone question for you guys! I have an NSURLConnection that downloads XML from a server and processes it into an array which is a part of another array. I have no way of knowing how many objects I will need, so I cannot allocate an NSArray beforehand. My question is: Would it be better to create the parent array as an NSArray at the...
I have been trying this one tonight for a while.... I have a UIActionSheet in its own controller. I import the controller in the view I would like it to be displayed. I can't figure out how to make a new view be shown when the user presses one of the buttons (you can see where I just send an alert right now). Any ideas? - (void)help...
I have a line of UILabel text in a UIView which is regularly updated via NSTimer. This code is supposed to write a status item near the bottom of the screen every so often. The data comes from outside of its control. My app runs out of memory really fast because it seems the UILabel is not being released. It seems that dealloc is never ...
What call can I use to get the MAC address of the WAP I'm currently connected to on the iPhone? ...
The iphone supports a means of defining your application's settings such that it will automatically create a UI in the Settings app. I want to also allow the user to edit the application settings within the application but it'd be nice to reuse the same UI that is automatically created. See: Application Settings Is there a way to have ...
Hi I am using AVAudioRecorder to record audio and save to a wav file (using SDK 3.0) The settings dictionary contains the following values NSMutableDictionary *recordSetting = [[NSMutableDictionary alloc] init]; [recordSetting setValue :[NSNumber numberWithInt:kAudioFormatLinearPCM] forKey:AVFormatIDKey]; [recordSetting setValue:[N...
hi how to change the language in iPhone application ?. i mean eg : in my application one label is there i want put a dutch word . what is the easy way. read from property file make one static class in project with string variable. or is possible any change in property file. pls help me... thnx and regards all ...
Hello, I need how to create menu type effect. for example here is the Main Button, when click on Main Button it should be visible it's subcategory, once click on Main button it's should be hidden. Main Button. |-Main button1 Thank you, ...
I have two UIViewcontroller classes named First and second...When i clicked firstview button,i passed one string to secondview and display that string into secondview uitextview...But when i go to secondview there is no text in the textview... I posted code.... What i am missing here //first.h #import <UIKit/UIKit.h> @interface Firs...
Is it possible to use Javascript to emulate the Add to Home Screen option in Mobile Safari's bookmark menu? Something similar to IE's window.external.AddFavorite(location.href, document.title); possibly? ...
I need a kind of "screenshot" from everything that's displayed in an UIView. Maybe there's a way to just access the image data that the renderer generated to display the contents on screen? ...
Hi all, In one of my application i need to check that spelling of word is correct or not. so I what's to know, Does the iphone have a built in dictionary that other apps can access? if yes, then how to do that. please help me. ...
hi, is there any code on how to implement the sms scheme in iPhone apps. in addition, implementing this sms scheme will allow my apps interact with the sms apps ma like doing subscription of advertisement or services ? any help, i truly appreciated it. Cheers ...
Hi, Is it possible to load a page through UIWebView with POST parameters? I can probably just load an embedded form with the parameters and fill them in with javascript and force a submit, but is there a cleaner and faster way? Thanks! ...
HI.... How can i get route in the form of file or xml/kml/json format ?? Means I want to fond all the latitude and longitude between two location and i want to draw path on map. path i can draw but i am not able to get all the latitude and longitude so can any body help me??? ...
Okay, I have an app that tells me what color of pixel I touched by reading the screen (like a screenshot) after each touch. To retrieve the pixels, I use a method similar to that appearing here. But it seems that after each touch, the image data is still being held on to (and not to mention saving hundreds of unwanted screenshots in my p...