iphone

Need to play flash videos on iphone

Hi all, I am building this iphone app for a client and they have a large set of flash video files that they need to play/stream to the iphone. I understand that the iphone doesnt natively support flv playback but isnt there anything I can do to get around this problem? In case it helps, they are using the akamai flash player on their w...

How can i send url with uploading picture or posing feed where u can see see comment, like,share options?

i am new in this field.i just want to send url while posting or uploadin pictures to the facebook post example for where u would see comment, like,share options...please i don't know about this so please help me. ...

view shifts up after adding right barbuttonitem to navigation controller iphone sdk

Hi all, In my application, the view below navigation controller moves up and is visible below the navigation bar as it's becoming transperant after adding a barbuttonitem programmatically to the navigation controller which I'm adding to view through an xib. This' the way I'm adding it: UIBarButtonItem *comment = [[UIBarButtonItem allo...

Installing a application binary on iphone through mac?

I have a application binary (.app) file on my MacBook... I dont have the source file. Is there any possible way that I can install the application on my iPhone through my MacBook? ...

How to set brigtness of ipad or iphone by programming?

I have implementing pdf application for ipad.Now i want to set brightness in my application.Is it possible?Please help me for this problem. Thanks in advance. ...

My NSMulipuleArray donesn't have objects

Hi, I am simply trying get the objects in my DB using an Array ie display the search results in another viewcontroller. I think the problem it that I am not linking the delegate to the controller and as a result my Array is not reading the objects when I put my sql statement in.... Here's what it looks like? + (void) getInitialDataToDi...

How to save Application State using NSUserDefaults in iPhone?

Hello Everyone, Following is what i am doing: - (void) applicationWillTerminate: (UIApplication*) application { NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; [defaults setObject:navigationController.viewControllers forKey:@"diabetesstate"]; } - (void) applicationDidFinishLaunching: (UIApplication*) ...

How should I load a xib into a detail view for a split view iPad objective app?

I've got a split view iPad app with table view in the master pane. After drilling down several levels, each time loading a new .xib, I'd like one of the cells to trigger a web page load in the detail pane. Right now I can only get the web page .xib to load in the master pane side -- which is a master pain in my side. The basic load cal...

How to change the language of application in iphone

hi, I am developing an application, in which i am giving user to select other language , by default the application will be in English , if user selects other language from the list. The application language should be get changed to the respective language. I know the concept of Localization, but if there any way to do that, if i want ...

UIColor app crashing

i have a global variable UIColor *textColor; I am update this variable by the code textColor = [UIColor colorWithRed:fr green:fg blue:fb alpha:1.0]; then assigning this color to Label like this myLabel.textColor = textColor; It only work once, when i again call with updated values and assign label new values app crashes......

Interface Builder only allows one button to be "touchable"

I'm making a clone of the classic game simon, the memory matching game. My (iPad) app will load fine, i tap start, the game screen loads, and only one of my four buttons will respond to touch commands. To troubleshoot, I tried creating a second unrelated nib and just populating it with four buttons not linked to anything. However, onl...

question related to getter setter methd

I have 1 NSMutableArray. I want to write getter setter method to get that value of array in another file plz tell me if u have code for it. ...

If I create a transient property in the model, isn't this managed by core data then?

Just to grok this: If I had a transient property, lets say averagePrice, and I mark that as "transient" in the data modeler: This will not be persistet, and no column will be created in SQLite for that? And: If I make my own NSManagedObject subclass with an averagePrice property, does it make any sense to model that property in the xcda...

How to convert elements of NSMutableArray to NSString

I have 1 NSMutableArray and I want to convert whatever data in array will be in NSString. tell me code for that. Array is nothing but object of NSMutableArray class. ...

How to save multiple UIImage to a file iPad

I have a PDF reader that displays pages of the document. What I want to do is allow the user to draw over the PDF in a transparent view. Then I want to save the drawing (UIImage) to disk. If at all possible, I don't want to have the documents folder filled with files like documentName_page01.png, documentName_page02.png for every page t...

Does -localizedDescription of NSError return the actual localized string, or does it return a key for NSLocalizedString?

Must I do something like this? NSString *errorDescription = [error localizedDescription]; NSString *errorInfoStr = NSLocalizedString(errorDescription, nil); Or do I use NSLocalizedString already when populating the userInfo dictionary with the NSLocalizedDescriptionKey key and value? So the value for that is not actually a key for NSL...

How to Symbolicate iPhone App Crash Reports ?

Hello~ I retrieved the crash reports from iTunes Connect. I referenced this site. http://webcache.googleusercontent.com/search?q=cache:MmxwdXObZLMJ:www.anoshkin.net/blog/2008/09/09/iphone-crash-logs/+iphone+crash+debig&cd=2&hl=en&ct=clnk I tried.... $ symbolicatecrash report.crash MobileLines.app.dSYM > report-with-symbo...

PickerView select first row problem

Hi guys, i have a pickerview that pops up from the bottom of the IPhone's screen when a textfield begins editing. When a row is selected my pickerview is dismissedany. But the problem is i don't manage to select the first row which is shown under the selection indicator. Right now i can select all except the first row. So the pickerv...

Is there a ready-made formula to get Pitch/Roll values from iPhone 3GS's Accelerometer's X/Y/Z?

Just started to realize an augmented reality based project, got GPS location, heading, and the two missing variable to manipulate virtual camera is Pitch/Roll. I'm wondering if there is a ready-made formula I can merge into the project. Could spare me a lot of time. Thanks in advance. ...

null cString error when reading database

Other then error due to missing database or record..how about the same error when documents folder is missing?i can't seems to find my documents folder where it store the database. i can't even launch my application at all..i've tried opening all my backup but none works! ...