iphone

Decrypt AES128-encrypted data

Hello, I am trying to decrypt the data from last couple of days. I decrypt the data but the result is not same as original. Please, can anyone suggest how I can do this. I am trying to decrypt the following data: Encrypted Data : "Mmb9tEkmW82oFPJb3vNhHA==" Encrypt Key : "91860F52E5C3A09BA3B827F28070E08D" Original data: "Marco" Pleas...

Webview in UINavigationBar

Hello, I want a small UIWebView on a navigation bar. Is it possible since NavigationBar takes only UINavigationItem ? ...

iphone SDK: Arbitrary tableview row reordering with core data

What is the best way to implement arbitrary row reordering in a tableview that uses core data? The approach that seems obvious to me is to add a rowOrder attribute of type Int16 to the entity that is being reordered in the tableview and manually iterate through the entity updating the rowOrder attributes of all the rows whenever the user...

iPhone parallax scrolling with UITableView

Hello, I am creating a navigation based application, and throughout my application, I want to maintain an image as background. Also, I want parallax scrolling for the background, i.e., when I scroll table view cells vertically, background image should scroll at a relatively slower speed. Also, my application has some images and text in ...

Does Doodle Jump use UIKit or OpenGL ES

Hey, looking at the iPhone app Doodle Jump I am not quite sure what kind of technologie Lima Sky used to draw the graphics. Is it UIKit, CoreAnimation, OpenGL ES or a combination. All Some hint for UIKit or some sort of combination is the theme selector at the bottom of the main menu, which acts like some kind of a UIControl. Somebody...

how to change color of pin for mapview iphone

MyAnnotation *ann1 = [[MyAnnotation alloc] init]; ann1.coordinate =region.center; [mapView addAnnotation:ann1]; right now its purple i want red ...

Data Formatters temporarily unavailable, not low on memory

I'm running a computationally intensive task that reads data from the viewfinder using UIGetScreenImage and does computations on it, repeatedly. After about 60 seconds (on 3GS) I'm getting a crash every time. But I can't debug it, because I get this: Program received signal: “0”. Data Formatters temporarily unavailable, will re-try aft...

best openGLES tutorial for iphone beginers?

Hi friends I have found very useful links for opengles. try it and enjoy coding. http://www.cocoachina.com/wiki/index.php?title=Category:Simon_Maurice_iPhone_OpenGL_ES this will be in chinese language, use google translator to change the language. ...

Enable cursor typing for iphone custom keyboard

Hi everyone , i creat a custom persian keyboard for my app , i use UITextView to type my letters , but i don't have cursor typing, is there anyway to enable blue line without calling english keyboard? Thank you . ...

A question related to sound of Push Notification

Hi 1>I want to show a sound to user when push notification comes from user What should i do for that? ...

changing the options displayed in uiwebview for link

Hi, Is that possible to display options in uiwebview links. When you touch and hold a 3 options come up, (open, copy and cancel). Is there a way to add a option say "open in safari browser", so that the user can open it either in safari or in the app's embedded browser ? ...

how to get touch event on flipsideviewcontroller?

I have written this method in my flipsideviewcontroller.m - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event but its not called. WHat shld i do so that when someone touch on flipsideviewcontroller this method called. ...

Sending an iPhone app to customer for review

For a review at the customers side we would like to email him a prerelease of the app (it is in a prerelease state, so not available at the iTunes store). What is the best way so he can install the app on his iPhone? thx in advance Stefan ...

Is there a safe way to find the display size in pixels in universal app?

I get some strange problems when trying to get the screen size in my universal iPhone/iPad app. I was first using [[UIScreen mainScreen] bounds] But it does not return the correct size for iPhone 4 (at least not in the simulator), it just returns 320x480 for all iPhones Then I changed to CGSize screenSize = mainscr.currentMode.si...

SSDP on the iPhone

I need to be able to send out a UDP message and also receive one in order to discover SSDP devices on the network from the iPhone. I know that I need to send the packet to the multicast address and my HTTP request needs to look something like this: M-SEARCH * HTTP/1.1 Host: 239.255.255.250:1900 Man: ssdp:discover Mx: 3 ST: "urn:schemas...

gzip a folder in mac for iphone usage

Hi, Is it possible to gzip a folder with 50 files and extract it in iPhone ? ...

tutorial to create e-book read application - epub file formate

hi all, I am making an application of e book reading, in that i want to perform some operations like change text color, font, select a text etc. I come to know that iphone os 4.0 and ipad are now supporting epub file formate, but I am not able to know how to create such kind of application. If any one knows how to create such applicati...

which audio recording format in iPhone?

Hello, Which audio recording format shall i consider in iPhone audio recording, since next step is to convert the audio recording format to WAV . Hence please guide me for which audio recording format in iPhone has libraries to convert into WAV format? Thank You. ...

iphone login view, how to reload controller

Hello, I am working on an application with a LoginViewController and a TabBarViewcontroller. When the application is ran, I add the LoginViewController as a subView of window in the delegate. Once the login is ok, I remove the LoginViewController (removeFromSuperView) and add the TabBarViewController instead as a subview of windows. T...

How to insert image in xml on iphone

In my app i insert images in the tableview by putting the url of image in the field image of xml!! It's possible insert the entire image directly in XML, including in the field image, instead of the URL, a kind of image compression, for example, the bits that make up the image. ...