iphone

In TableView How can i show "Showmore" option for displaying more Records?

I have used TableView and i am displaying Data coming from the Web.NOW I WANT TO PERFORMING the Paging TableView so after 5 record i want to show "showmore" Option and by pressing "showmore" It Display remaining data so how it is possible? ...

iphone, how to play sound even in silent or mute mode ?

as topic... is it possible ? Thanks again, I have attached the code as follows, please check which step is wrong .thanks. //@step AudioSessionInitialize (NULL, NULL, NULL, NULL); AudioSessionSetActive(true); UInt32 sessionCategory = kAudioSessionCategory_MediaPlayback; OSStatus error = AudioSessionSetProperty (kAudioSessionProp...

"The Server is not configured correctly" message while playing movie in iphone

Hi All, I am trying to play video files from iPhone media player in my iphone application.I am reading the stream from one Media server. but i am getting error message as "The server is not configured correctly". Here is my observation: -> I kept five different video files on server.(i am sure that all of these files are properly encod...

Tab bar action problem

hi, hello,I want that i load a xib on tab click after condition check.where i put the condition in my code.i put in view did lode but not working.please help me ....... ...

Sibling UIViewController Navigation

would anybody care to comment on this piece of code? It allows you to do "prev" or "next" once in the detail view of a uiviewcontroller. So, if you have 4 uiviewcontrollers, you can navigate from #3 to #2 with previous or #3 to #4 with next. It works, but, my question is, is this the best way to implement this? or, is there a better w...

iphone/ipad with 2 side by side tables

I want to create a landscape view with 2 table views side by side, using separate table controllers. When I select a row, I want to move that selection to the other table. Initially I wanted an array, but I couldn't pass the array to the other controller. The array was a property of the table view controller. I then tried to write the...

Facebook: obtain album id just created with Photos.createAlbum

Hello. I'm developing an iPhone app that creates a Photo Album to hold the pictures that the user is going to upload. On - (void)request:(FBRequest*)request didLoad:(id)result { I'm trying to obtain the aid returned with this code: else if ([@"Photos.createAlbum" isEqualToString: request.method]) { NSLog(@"[Photos.createAlbum...

Post data to aspx page from iphone application

I am developing a application. In which i am posting a image to .aspx page.The HTML for the page is as below. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&gt;"&gt; <html xmlns="http://www.w3.org/1999/xhtml&gt;"&gt; <head><title> Untitled Page </title><link href="...

UITextView doesn't support Paste !

Hi , i created persian custom keyboard , my letters type on UITextView , but the UITextView dosn't support paste function ! why ? i don't check the editable option . ...

iphone , how to change the systemwide volume ?

hi, all, I want play sound even the iPhone in mute mode, but the method : [AVAudioPlayer setVolume] does not effect if the device is in mute mode ... is it possible have some way to change the systemwide volume ? thanks for your help ... ...

What's the right way to utilize ARM SIMD on iPhone for Game vector/matrix operation?

I'm making an vector/matrix library for Game which utilizes SIMD unit on iPhone (3GS or later). How can I do this? I searched about this, now I know several options: Accelerate framework (BLAS+LAPACK+...) from Apple (iPhone OS 4) OpenMAX implementation library from ARM GCC auto-vectorization feature What's the most suitable way for v...

fill UIWebVIew TextInput with custom keyboard

For an app I am working on I want a custom keyboard to come up when you tap on an input field in a UIWebview, for example for UITextView i use this code : myText.text = [myText.text stringByAppendingString:@"a"]; but i don't know how can i fill a text field in UIWebVIew Any help would be very much appreciated; thanks! ...

recording tutorial needed

Hi all, i wonder,how can i record while playing an audio or something withing my app, for ex i hv a guitar app,i can play guitar withing my app, now i hv a record button,when user pushes the click button, recoding should be started, and it should start recording,whatever the user isplaying on the guitar, within the app. in between that,...

How to use the Finch audio library for iPhone?

Is there some good getting started guide how to use Finch? ...

Is the Finch audio library for iPhone capable of doing this?

I need to: - start / stop sounds with lengths between 0.1 and 10 seconds - change the playback volume I want to / would like to / would be nice to have to: - change the playback speed - change the playback pitch / frequency - pause an sound and resume playing it later - play a sound backwards Is Finch my best friend here? ...

Which frameworks must I import to use Audio Queue Services and Core Audio?

(I think Core Audio == Audio Queue Services, not sure) ...

Does iPad support 4096x4096 view?

Does iPad support view with a 4096x4096 frame? ...

How to access my profile info from facebook in iphone sdk?

How can i fetch my profile information from facebook, using facebook api for iphone sdk. I have successfully able to login using connect method. after that i have written query something like : - (void)session:(FBSession*)session didLogin:(FBUID)uid { NSString* fql = [NSString stringWithFormat:@"select uid,name,first_name,middle_...

Why is it so hard to find a C++ 3d game tutorial

I'm planning on learning 3d game development for the iphone using a 3d engine, but because of lack of tutorials for the iphone I was planning on using C++ game tutorials and making the necessary changes. The problem is that I've had limited success when searching for things such as 'c++ 3d fps tutorial ' I dont really get anything usefu...

iPhone development: Best method to allow user to chose search scope

Hi, I'm developing my first iPhone app and want to allow the user to select the scope of their search in a more complex way than the 'scope buttons' permit. The app is related to wines and I want to the user to be able to select the 'color' (Red, White, Blush, etc.) first, and then select the type/varietal within that category. Righ...