Hello, Good day ! : D
My first app close to final.
But, I can't go next. Help !! T _T
I Want >>>>> If first list( at firstview) click, Sub view load "http://google.com>" and then back to firt View, second list( at first view) click sub view load "http://yahoo.com>"
But Now >>>> If first list click, sub view load "http://google.com>". ...
Hello,
I have a UIPicker (which loads as UIview when I click on a textbox control) I want the textbox to be populated with the values of the UIPicker as I scroll through them. Is this possible, I think the code should be placed in didSelectRow, but not quite sure how to do it.
Regards,
Stephen
...
Hi,
I am planning to develop an gyroscope based project like rotating an opengl texture using gyroscope data, is there any sample code released from apple about gyroscope or any tutorial about integrating gyroscope with openGL... I searched google i didn't find anything except core motion guide and event handling guide.
Updated: Please...
I have a horizontally scrolling UIScrollView and I want to display potentially thousands of UIImage's side by side. Obviously I can't do that for memory reasons so what I am thinking is set the content size to be the 2000 or whatever but only show the current window of image squares. So the user would flick the scroll bar and when it sto...
I have a view containing a segmented controller and a UIDatePicker that only shows 24-h time. I want to be able to set different times depending on what the segmented control says. So "Mon" would correspond to one time, "Tue" to another and so on. I have this working. However, I also would like to animate the picker when the user changes...
Hi,
Generally in order to test the iPhone app before going live in app store, we get the app file for iPhone and along with provisioning profile, we should be able to install the app in iPhone.
My query is "Is there a way to install the iPhone app over the air through server similar to Black berry?" If yes, how can it be done? Please ...
I'm wondering about providing an user selected option to lower the framerate in my opengl based game to conserve battery life, and in general detect parts of the game where no movement occurs and lower the framerate there as well (when saying framerate I actually mean the number of times per second the entire screen is redrawn using open...
Hi,
I am trying to copy some files across from my app bundle to the documents directory on first launch. I have the checks in place for first launch, but they're not included in code snippet for clarity. The problem is that I am copying to the documents directory (which already exists) and in the documentation, it states that:
dstP...
Does anyone know if it is possible to create our own user interface for Facebook connect instead of having to use FBLoginDialog?
If YES, how?
IF NO, can I format FBLoginDialog to have the look that I want just like the FBStreamDialog (POST message to wall)?
Any suggestion would be highly appreciated.
...
Hi, I noticed that MKReverseGeocoder returns the country / city / etc. names in the locale of the iPhone's currentLocale. Is there a way to set the currentLocale, or to set the NSLocale instance that a reverseGeocoder is using?
...
Was reading through the iOS4 documentation for multitasking, and couldn't figure it out.
I basically need to update the badge count on my app's icon after midnight each day as long as the app is running in suspended mode (with multitasking).
I know this has to be possible, just can't figure out the best way to do it.
Thanks.
...
Hi,
I am not fluent in objective-c and thus have decided to take the "easier" approach and use html/css/javascript instead to design and implement an iPhone application. I would be using PhoneGap to gain as many of the cool features which are available to developers using Objective-C as possible. Would I would like to know is if there a...
I have created a ticker for my project which is working fine.
I want to add up a down arrow image within this ticker as per the stock market.
What should i have to do?
Can anyone help me?
...
I have a PNG file formatted for the iPhone I used in a TextView drawable. The image is just two words in black text on a white background, when you view it. On the iPhone it shows as two words in white text on a black background. On the Android it shows as two words in black text on a transparent background.
Can someone tell me how t...
I need to show fade-in kind of transition effects while the view changes its orientation from one mode to other. Can anyone suggest me how to get that?
...
I have written code as given below
strPageText=[NSString stringWithFormat:@"%@%@",strPageText,data];
This is in loop. it gives me a memory leak error.
...
I'm looking to keep a high score table for my application in XML format. All I am looking to send is a timestamp, string ID, and value.
So my questions are do I have to create anything to receive the data, or can I simply have the app write out to a hosted XML file? If not can I write out new XML files for each message (and compile the...
Hi
Is it possible to start an FB session in an iPhone app without using the FBLoginButton? I would like to let the user login when they click on a table row.
Thanks.
...
I'm trying to add Mobclix Support into my app, and I don't want to make the app only accessible by iOS 4 devices, so I'm not using iAds, but I need to know how I can get the Mobclix 4.1 SDK to work in my iPhone app for 3.x devices. If it is not possible, I need to know where I can download the older version of Mobclix (4.0.3) which does...
I'm working on an iPhone app, and I got this strange log sometimes when manipulating a map:
ImageIO_Free: ptr 0xdf0f000 got double released??? (16384 bytes)
If I countinue playing around, the app would crash.
I googled it, but haven't found anything interesting... So weird !
...