iphone

iphone and iPod emulators

is there separate emulator for iPhone and iPod...? in my computer i already installed iPhone emulator, can i install ipod emulator too with out losing iPhone simulator ? ...

iPhone app crashed: Assertion failed function evict_glyph_entry_from_strike, file Fonts/CGFontCache.c

this happened quite randomly. I didn't delete any tableview cell, the backtrace information: Assertion failed: (d->entry[identifier.glyph] == g), function evict_glyph_entry_from_strike, file Fonts/CGFontCache.c, line 810. Program received signal: “SIGABRT”. (gdb) bt #0 0x97da5972 in __kill () #1 0x97da5964 in kill$UNIX2003 () #2 0x9...

Core Data and UITabBar Controller - help?!

So I have a Project with a UITabBarController and a few Navigation Controllers, and I am trying to implement Core Data. Its just not working. I have a bit of a weird setup: UITabBarController -> Navigation Controller -> Table View Controller I have copied all of the Core Data code and added an entity with an attribute ('Event' and 'nam...

Persistant Store and App Update Question

Hey gang. I have an iphone app up on the store which uses core data. Now, every time I change something in my code with relation to core data, namely my managedobjectmodel or my model classes, I have to wipe all my data since I get a persistent store error. Now I'm finding i need to make changes to my app and I don't want my users to lo...

how to play the audio after given period of time

i want to play the audio file after the given period of time set by user. ...

Question(s) about apps that use wifi to remotely access clients on a 802.11 router.

So there are a few apps on the app store that implement access to machines that are on a wireless network through the router. Apps such as Apple's own Remote app that lets you control the music on the computer remotely through wifi. Or another app even more amazing, WifiRemote takes that to the next level and lets you control your whole ...

Applying background gradient to a Grouple table cell

Hi, I am using the following piece of code to create a gradient background for a UITableViewCell. While this works perfectly for a plain table cell, the gradient only appears at the left and right corners of the grouped table cell. It is as if the gradient is applied then, the cell is drawn on top of it. Can someone suggest a modific...

iPhone - Transparent status bar does not resize subviews

Hi I have two viewcontrollers in my app, one of them shows an opaque status bar (default) while the other shows a black translucent status bar. When I come from the first view controller to the other, in viewWillDisappear of controller1, I specify this [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackTransluce...

iPhone Autocomplete

I am creating an iPhone application where I need to display autocomplete functionality for one of the 5 textfield. What could be the best possible way to achieve this. For now I am showing a tableview on the didtextchange delegate method of UITextField. Kindly suggest me better way of doing this. Any suggestion will be appreciated. Tha...

iPhone combo box

how to create a combobox in iphone ? ...

iPhone - UITextView should look like a UITextField

Hello! I need a textfield so an user could write several lines. Unfortunately a UITextField does not provide several lines, so I think I have to use an UITextView. But the design of both are not the same. Is it possible to design the UITextView like the UITextfield standard with white background and rounded corners? Thanks a lot in a...

iPhone: Need suggestion for SYNC contact

hi all, i want to create a application which sync my iPhone contacts to my server and vice-versa. i read a article on google Get Google Sync on your phone . i want to this type of feature which directly update the contact without user interaction (however one time setting is desired). any body have idea how the google sync work . Plea...

No provisioned iPhone connected....!

Hii all, I tried to test my application on the simulator and it fails. Just the day before it was working fine. i checked in the organizer window.. all the provision certificates are installed, but still the color is Orange,. its not working. and when i try to debug the application it shows "No provisioned iPhone connected" error. I go...

Does AppStore distribute a license key automatically after purchasing an application

From my previous experience with shareit I implemented this purchase/validate process Provide shareit a list of valid license keys shareit sends an email to the user with a valid license key, selected automatically by shareit system from the list of keys I provided User starts the application and application asks for a license key Use...

Iphone: get contacts modification Detail

hi all, In my application, i store some information of each contact in database. i want to know that whether there are any method from which i can know which contact is updated/inserted/deleted. Basically i want to monitor the conacts directory. and make appropriate changes in my database. Please suggest ...

Is it possible to talk to the iPhone simulator/device.

I need to automate the build/deploy process for my iphone applications from a script. I can use xcodebuild to build the project, then use Applescript to deploy and debug/run the application. Assuming the application will stop by itself after a while, I need to collect the generated logs for verification. But the problem is I have no way ...

how to send the keypad back after typing in textfield in objective-c

i want to send the keypad back after writing in textfield. ...

iPhone application name on iTunes

Sorry if these are stupid questions but I couldn't find answers :( Is there any way to set the display name of the application which is shown on iPhone and on iTunes different? The name that I wrote to "Display bundle name" in info.plist is shown both on iTunes and iPhone, is there any way to separate them? My second question is: how c...

UIAlertView Question

Hi all, I am trying to act upon whichever button is pressed on an alert. I have the following code and the first alert pop's up but it never gets to the second one. I have set it up so that the UIAlertViewProtocol is defined in the header too. -(void)actionSheet:(UIActionSheet *)actionSheet didDismissWithButtonIndex:(NSInteger)buttonI...

change TableView Lines [iPhone SDK]

hi , Does it way to change the TableView Lines ? just like this : the lines become wood image ...