Hello,
I have an app that has multiple tabs and in one of those tabs I load a page which contains jPlayer (HML5 audio player) in order to play background music for the user. On another tab I have links to video files. When the music is playing on one tab and the person clicks on the video link it initially starts up in portrait mode and...
Hi all,
In my application, I'm using three20 library's photoViewController. The photos in photo detaildview are overlapping. Specifically, if there are three photos, 1st and 3rd look fine, but 2nd photo is overlapped by 1st.
Can anybody please help?
Thanx in advance.
...
What is default settings to reffer to file location in xcode project ?
i have doubts between them
relative to build project
relative to project
relative to enclosing group
relative to source path
Absolute path
...
I've not found a answer to this question anywhere, but this seems like a typical problem:
I have in my "Resources" Folder a XML File that my App needs to show some informations. But I have to check in my Server, if the server has a newer XML available, so I should replace my XML (in the resources folder) for this new one.
How can I ach...
Hello everyone
I have 2 apps which realize different functions for accessing a same website.
I hope I input the account name and password in one app then store somewhere, when I use another app access the same website, it will recognize the stored account info and log in automatically.
Is it possible?
Thanks
interdev
...
Hello everyone
I noticed that there are some apps main function is to load the web page of a website and customize the better view for iPhone.
I think it will analyse the html source codes.
But I hope to know if there is any existed frame to do this, or I need analyse the html pages by myself base on regular expression?
Welcome any comm...
How do you programmatically select the text of an input field on iOS devices, e.g. iPhone, iPad running mobile Safari?
Normally it is sufficient to call the .select() function on the <input ... /> element, but this does not work on those devices. The cursor is simply left at the end of the existing entry with no selection made.
...
This method doesn't work...but when I move away from returning a dictionary object and return a single array to the table data source, it works perfectly. so the error of my ways is in how i am creating this dictionary...
Any Help?
- (NSDictionary *) returnDictionary {
self.shopNameArray = [[NSArray alloc] arrayWithObjects: @"Item 1",...
for my UIImageView I choose Aspect Fit (InterfaceBuilder) but how can I change the vertical alignment?
...
I have just added the following HTML to the <head> section of my iPhone web app:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;"/>
This (supposedly) limits the zoom of the page so the user can't zoom in. On the 3GS and previous versions, this tag is respected - but the iPhone...
I have a StateArray.plist set up with 50 dictionary entries each containing a string with the name of the state and a number 0. What I want to be able to do is change the 0 to a 1 through a segmented control and save the updated plist. The code I have is below and won't save the changed number.
-(void) viewWillAppear: (BOOL) animated ...
I created two apps, one for iphone and one for mac. They communicate back and forth. The iphone is used as a "remote control" to do things on my mac. For now it just changes the color of a text label on the mac app when I press a button on the iphone app.
As of now, it can only connect through wifi. It uses bonjour and finds discovered ...
Hi,
I want to create an application for the iPhone that plays a custom memory buffer.
I am currently using AVAudioPlayer class and I am pretty sure that the function I should use is "initWithData:error:".
The problem is that I don't know which kind of data I have to pass as an argument, and reading the poor API doesn't help me much.
C...
I am starting out with OpenGL ES. The example code that I am reading has a lot of functions whose names end in OES. What does the OES suffix mean? The non-OES counterparts have man pages but I cannot find any documentation on the *OES functions. Would it be okay to use the non-OES man pages as a reference?
...
Hi everyone
In my application I am downloading some images from the web (from my server to be precise), in order to save some bandwith and especially memory on the phone, I provide them in two resolutions: 480x320 for the "old" iPhone series and in 960x640 for the iPhone 4 with the retina display. Now I need to be able to detect from wi...
Hi all,
I'm programming an app for an restaurant and want to show the restaurants menu in a sectioned table view. Above the table view I've got a UISegmentedControl which controls which Menu Section to display (Food or wine). The table should show the dishes separated by sections (pe. starters, meat, etc).
I've got 3 related entities M...
Is there any APNS (Apple Push Notification Service) wrapper for ColdFusion?
Or does this Java one work?
Java: http://code.google.com/p/javapns/
PHP: http://code.google.com/p/apns-php/
If not existed, shall we start a open source project on riaforge / github / google code? port from PHP's?
...
Hallo,
I am trying to set up some unit tests for code that accepts an *NSError as an argument. If there is a validation problem, then the object is not saved and the NSError condition is set.
My method is:
- (BOOL)validateConsistency:(NSError **)error {
... code omitted for brevity ...
if (errorCondition == YES) {
N...
Hi all,
I have a big performance problem on 32GB iPod touch model 3rd generation.
The App is a port of an DS 3D game. The rendering is done with OpenGL ES 1.1. It uses OpenAL for Audio and the MPMoviePlayerController for videos.
The performance on a 8GB iPod touch is fine, it runs constantly with more than 30 fps. Then I tested it on ...
I have a StateArray.plist set up with 50 dictionary entries each containing a string with the name of the state and a number 0. What I want to be able to do is change the 0 to a 1 through a segmented control and save the updated plist and segmented control position. The code I have is below.
Here is my .h file
#import <UIKit/UIKit.h>
#...