iphone

Dynamic iPhone App icons?

The calender app does it... How can I make an app icon change based on stored info from the iPod or iPod app settings? EDIT: I realized today that it is possible to access bundles via the sdk. (At least read access) If I had a graphics API (OpenGL, perhaps) then I could possibly modify the icon like that. The operation would be: get ...

Anchor UIButton to the left of a UILabel

I have a UILabel with right-aligned text that may vary from between three to seven characters in length. I am trying to anchor a button to the left of this text so that when the length of the text increases, the button will stay the same distance from the left of the label. Is there an anchor setting in Interface Builder, or does it req...

How to load a file into Iphone documents directory?

I have several large files that I want to load into the applications document folder and then call up from there on demand. The suggestion I've seen is to put them in the resources folder and then when the application loads copy them into the documents folder. I assume that if I do this, these large files will all be loaded into memory...

How do I make a JQuery Slider-like feature on iPhone/Android web app?

In the iPhone or Android, if you have a JQuery Slider, it doesn't quite work (touchscreen will move the screen instead of drag the slider.) ...

Is it possible to program iphone to alter wireless router settings?

I want to use my iphone to set alter my wireless router settings, and I don't want to go through 192.168.1.1 - is there any security restrictions or SDK limitations I should be aware of starting off? -- t ...

How can i stream CCTV camera to iphone from windows.

Hi, I am trying to build an iphone app that connects to an IP camera. The IP camera is windows based to i need to create a server using c++ and then stream the video to the iphone app. Can anyone tell me the best way in going about this task. I am new to programming so a dummies type guide would help. Thanks Inam ...

iPhone and Core Data: how to retain user-entered data between updates?

Consider an iPhone application that is a catalogue of animals. The application should allow the user to add custom information for each animal -- let's say a rating (on a scale of 1 to 5), as well as some notes they can enter in about the animal. However, the user won't be able to modify the animal data itself. Assume that when the appli...

insert statement using sqlite3 for iphone

I wan to insert "title" and "description" into database using the following code but i am having problem in displaying the "title" into uitableview..instead of "title" it display the "description"...what could be the reason??am i inserting into the wrong column?i am sure i called the correct object. -this is how i create my table... CR...

Modifications of app after submission

Hi guys, Sorry I am super newb', I would like to know what is the best way / what is feasible in terms of updating the content of an iPhone application, in the following case: application has been submitted and approved i need sudden change of text in one of the section i need sudden change of image in one of the section My first id...

How can I set a highlighted image on a table view cell?

I've followed the code in Apple's AdvancedTableViewCells and built a table view with a background image for cells. Now I want to change it so that instead of the blue highlight colour, it shows a darker version of my image. What are the steps I need to follow to do this? I'm using a UITableViewCell subclass with a custom NIB. My backgrou...

What's SimpleEditableListAppDelegate?

I'm trying to follow the TableView programming guide, and I'm copying the code directly from the guide, but I get "SimpleEditableListAppDelegate undeclared" when I try to compile. Google returns nothing but the programming guide. What's SimpleEditableListAppDelegate, and how do I use it? ...

how to validate date in date picker in iphone?

hi, i am working on a project where i am getting date value from date-picker view. I want to check for the date so that it should not enter the date prior to today's date... plz help me with that... thank you.. ...

IUNavigationController loading more viewControllers

Not a Noob as yesterday, but still green. I have a UITabbarcontoller and a IUNavigationController they seem to work fine. I have a UITableviewController to which I loads my NSMutable array. The user clicks a cell and didSelectRowAtIndexPath xib is loaded onto the stack. I have a 'Learn More' button on the current xib. I've tried a few...

how to set my 'div' element full of screen(width),when iphone Change direction,it also full screen(width)

and set the 'height' 1/2 of full screen. this is my code: <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml" manifest="/m?manifest=1"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="v...

Saving a single NSMutableDictionary in a plist

I have one dictionary I need to save into a plist. The paletteDictionary always returns nil: - (void)saveUserPalette:(id) sender { [paletteDictionary setObject:matchedPaletteColor1Array forKey:@"1"]; NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *documentsDirector...

is it possible to decode special HTML entities in Objective C (for iPhone)?

could you show me algorithm for implement decode special HTML entities in Objective C? any idea? ...

Datetime picker in iphone

I have one issue with Datetime Picker In my firstview i have button.If i click that button it should open DateTime Picker in the second view. After selecting the datetime it should show datetime in the firstview text field. Please help in this issue. ...

iphone - manipulating movies

Is there a way to manipulate movies in iphone in a way I can have, for example, the exact timecode in realtime of a movie being played? or the timecode of a movie being scrubbed? And, btw, there's a way to scrub a video like the video edit mode of iPhone 3GS? Can you guys pinpoint me a way to follow, if any? thanks for any help. ...

How to call a view on click of each UITableViewCell programatically?

Hi, I have created a UITableViewcontroller and a UINavigationController in a TableController.m with UITableviewCell set to say @"CellOne" @"CellTwo". Now i also created two other files `ImageView1.m` ImageView2.m where if i click on CellOne i should be able to get the view placed on ImageView1.m, same applied to the ImageView2.m.Ho...

is a streaming server necessary to play iPhone streaming video?

I am a noob with regards to this. I just wanted to know if a streaming server is necessary to play streaming videos on the iPhone. e.g. I have a couple of mp4's hosted on a server. Can i play those files directly using MPMoviePlayerController with the URL http://xxxx.xx.mp4? Are there any commercial solutions for hosting videos for th...