iphone

Hide address bar and status bar in iphone using javascript and html

Hi, I want to hide address bar and status bar in iphone because of more space. I tried this code window.scrollTo(0, 1); but this is not working in iphone. Please help me. Thanks in advance. ...

Iphone code and android

item = [[NSMutableDictionary alloc] init]; [[self item] setObject:self.currentDay forKey:@"day"]; This is the code for iphone wat is its equivalent in java ...

How can I Control UIViewAnimationTransitionCurlUp effect Direction?

Hi,all,first thanks for reading the question with my poor english,there are two viewController in my project,and one is main controller another is it's subview controller use for insert into the main controller,i set the controller translate animation with UIViewAnimationTransitionCurlUp,the subView is 'autorotate' left or right, and bot...

dragging images placed in a UItableViewCell to another uitableviewcell in iphone

Hi, I am new to iphone app development. I have placed images in UITableView as an image gallery,in rows and columns. Now, I want to drag images with in the tableview,by which position of images can be changed. I have searched for it, but I didnt find any proper solution. It will be like UIView --TableView ---TableViewCell ----custo...

How can I port interactive flash movie to iphone.

Hi Everybody, I am porting a game from flash to iPhone. Flash game contains lot of cut scenes with some interactive button like "Next", "Previous". Should I split the scene into multiple movies. It seems that in iphone I cannot seek a movie arbitrarily by programming means. Any help,Thanks Shakthi ...

Iphone convert color image to 2bit image (black-white)

Hi, I have been poundering this for the last few days.. I need help to convert a color image to "black and white", not grayscale. I what to do this with the iPhone SDK and Core Graphics, as i'm convinced this is possible. Thanks in advanced.. ...

Capture video simultaneously from both front and rear camera

Hi, I'm facing a hard problem, I'm developing an app to capture video from both front and rear camera simultaneously on IPhone 4 without jail-break and save it to one video with AVI format. I'm facing 2 problems: 1. Capture videos simultaneously from both camera (front and rear). 2. Save captured videos to only 1 file with AVI format. I...

iOS - Multiple sections in UITableView with the same objects

I am trying to make a tableView that contains notes. The notes are tagged by the user. Each note might have several tags. I want to be able to sort the notes by tag into different sections. If a note has several tags I want the note to appear in all the different sections that the note is tagged for. Right now I am using the NSFetchedRe...

Adobe AIR - Code Signing Error

Hi, I am trying to sign my AIR application using the Code Signing Certificate I got from Apple (iPhone Dev). I have Apple's Root Certificate and my certificate. I installed both and then exported my certificate as pkcs12 (.p12 file) using many methods like Windows Certificate Manager and Firefox. I also used Keychain Access on my Mac. H...

self.viewDelegate = 0x0 why?

Good Morning to all, i have a little question, in this following Code the self.viewDelegate is 0x0 and i don't know how to solve this problem. Should i have to go to the interface Builder?? - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { UITouch *touch = [[event allTouches] anyObject]; if ([touch tapCount] =...

Front Camera Video Recording iPhone 4??

i am trying to record a video from front camera of iPhone 4 using AVFoundation Framework with the help of WWDC samples i got from iPhone developer program. But i still cant get it to work..the video does not get recorded or mayb saved in my iPhone library...here's the code i am trying to use...it would b really helpful if someone culd h...

How to develop iphone application on windows OS?

Hi, Im new to IPhone development. How to develop the IPhone application without using mac OS? Is it possible to develop a application on windows xp? ...

Date issue with Georgian Calendar previous day date shown

I had some issue with date: I get the current date (2010-10-27) in NSDate,converting it to NSString ...it's k But again when I try to get the date from String i.e NSDate , I am always getting the day before date . i.e (2010-10-26) instead of getting (2010-10-27). Plz help me.....I tried alot for the same..with every possibilty Here is...

tab bar icon selected image

Hi, How to customize the selected image/icon on the tab bar? Is this possible? Pls advise. Thanks ...

Any other way to load first view from last view in navigation.

there are 4 views in my application. Navigating from first view to second view ... from second view to third view .... from third view to fourth view... Now when i select fourth view i need to navigate it to first view. In didSelectRowAtIndexPath: I loaded my first view nib file... its working........ Is there any alternative way...

Push to iPhone with c#

Hi, I want to send push notifications to iPhones using c#. I currently use apns-sharp but I'm not really satisfied with that... Does somebody knows a good way to do this? Keep in mind we have to send many push notifications to many iphones in a short period. So the method has to be quick. Thanks in advance! ...

App not working on iPod but does work on iPhone

Hi, I didn't test my app on iPods before submitting to the app store. Now I'm getting comments that the app doesn't work on iPods (doesn't even load, just crashes immediately). The app uses the user location, but from what I understood the iPod also is able to find locations although he doesn't have a GPS. Does anyone have an idea what m...

Get Selected index of UITableView

Hi, I want to have selected index for UITableView. I have written following code: NSIndexPath *index = [NSIndexPath indexPathForRow:1 inSection:0]; [tableView scrollToRowAtIndexPath:index atScrollPosition:UITableViewScrollPositionTop animated:YES]; This always work for 1st item. I want to have selected index in indexPathForRow. Pleas...

iPhone sdk 4.1: Application CRASHES when i try to access a .plist file third time.

I have a menu scene, help scene, settings scene and game scene. When i enter into game scene, it loads some data string from a .plist file into a NSMutableArray. I am doing this reading and loading procedure as follows- + (void) addObjectsToArray:(NSMutableArray*) mutableArray fromFile:(NSString*) filePath { NSString *bundle = [[NSB...

2d openGl game in iphone?

I want to develop simple 2d opengl game with animation.in that animation I have to clip the image frame and draw it. Any single tutorial link or book which gives step by step Teachings to animate the image frame(sprite) and to do calculation. ...