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...
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.
...
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...
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?
...
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.
...
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...
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*) ...
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...
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 ...
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......
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...
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.
...
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...
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.
...
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...
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...
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...
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...
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.
...
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!
...