Dear developers,
Im having a problem with the MoviePlayer example on iphone os 4.0. For some reason it does not playback video on the simulator or the device. Does any one know why this happens and what changed in iOS4 to break this sample ?. Fixed code could be useful.
Thanks in advance.
...
I have an iPhone project which references a framework as a subproject.
The framework has the following configurations:
Debug
Release
My app has the following configurations:
Debug
Release
Distribution-AdHoc
Distribution-AppStore
I would like the framework to be built with different configurations, depending on the app configurat...
I have a very simple Core Data app which pretty much contains strings of text. I would like to make this text searchable, and can see a "Search Bar and Search Display Controller" object in Interface Builder.
Firstly, would using this Search Bar and Search Display Controller be the best approach for a simple Core Data-driven text search?...
Hello everyone,
I made a game that uses many timers throughout the code. However the timer has to deal with many tasks in such a small amount of time which leads to the problem where there is lag in my game. For example, my timer runs at an interval of (0.05) and it needs to draw and update many of the images on the screen. Is there any...
I am using XMPPFramework from the code.google.com and I am not able to register multiple user at the same time. When I am adding new user it's giving me an error
Entity: line 1: parser error : Premature end of data in tag features line 1
://etherx.jabber.org/streams'>
and new user added successfully in the jabber server.
Please any hel...
What's the point of having different Build Configurations for Debug and Release? Must we do anything different in the Release Configuration before building the app for distribution over the App Store?
...
I have one issue with UITextField
In my first view i have TextField and button.If i have TextField some insert value. i click that button it should open textfield value display Label in the second view.
Please help in this issue.
...
I have existing code for tracking multi-touch positions and then moving, rotating and scaling the item - in this case an image - appropriately.
The code works really well and in itself is perfect, however for this particular task, I need the movement and rotation ONLY. I have spent time trying to work out what is going on in this routin...
I'm using in-app mail in my iphone app.
I know how to show in-app mail using presentModalViewController.
But I want to show it in applicationDidFinishLaunching, that means as soon as app launches. How can I do it.
If I've to add in-app mail something like [self.view addSubView:picker.view], its not working. (where picker is object of MFM...
Hi
I am building a Web application.
When I am testing it on a simulator, I want to typically use a local loop back URL e.g. localhost because the test may mess up the data on a real server. When I want to test/release on a Device, I want to use a real server.
I can change the value manually, of course, but it is easy to forget to chan...
I have a view which is slideshow settings, and another view which has a slideshow. Unfortunately, these views conflict because they are still in memory.
As far as I know, viewDidUnload and dealloc are only called in low-memory situations, and dealloc should not be called directly, so how do I completely remove a view. These views are wi...
hello everyone. I am trying to display the contents of a rtf file in uiwebview. I do this by taking the contents of rtf into nsmutablestring and loading it into uiwebview.
The problem is along with the content of rtf, the rtf tags and format is also passed in the nsmutablestring. so i the entire content is displayed along with the rtf ...
Is there a way, apart from using HTML and JavaScript on a web control, to have an (almost) single codebase for an application that should run on iOS and Android?
The big issue is of course that they use a different language (Java for Android, Objective-C for iOS) for application development. It would be nice to have some sort of meta-la...
Hi,
I have a small UIView that should appear always in the center of the screen. This works great for portrait mode but does not in landscape.
To draw the UIView I use:
myView.frame = CGRectMake((visibleArea.size.width - MY_VIEW_WIDTH) / 2, (visibleArea.size.height - MY_VIEW_HEIGHT) / 2, MY_VIEW_WIDTH, MY_VIEW_HEIGHT);
myView.autoresi...
Hi
I have this error when i build my application iphone:
request for member view in something not a structure or union on [CommuneSlider.view removeFromSuperview];
the code:
- (void) CommuneSelected {
CommuneDetailsViewController *com = [[CommuneDetailsViewController alloc] initWithNibName:@"CommuneDetailsViewController" bundle:nil];
...
Hello everyone,
I need to use the functionality of an accelerometer in my iphone game. I just have to move an image by tilting the device. However most videos on youtube just show the tilt feature that is somehow inverted and forget to include the calibration. I want the user to calibrate their device to whatever position they're in. Do...
Hi,
I need to extract the detail content of a website while preserve all formatting of the division. The section I wish to extract is:
...
<div class="detailContent"><p>
<P dir=ltr><STRONG>Hinweis</strong>: Auf ... </p>
</div>
...
My current solution is to use HTMLParser from libxml2 and xpath to find the nodes and walk through all ...
Hi There.
I'm working on a project where i need to display a lenghtly text on an iPad.
I'm actualy displaying it using a UITextView, however the client do not want it displayed across multiple page: similar to a book.
when a user tap on a button, he is taken to the previous page.
Any clue on how i could implement that?
...
Which class is used to create the clickable sections(with > arrow) and the checkbox list on last shot?
...
Hello everybody. I want to send a soap request to a webservice method. Now i want to send the parameter as an xml input for that request. so plz can anybody give me an idea of how to do it in iphone? Right now i am sending the request in following way :
NSString *soapMessage =
@"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
"<soap:Enve...