I have a requirement where i need to enter a text in the text field and when i come out of the view and again open the same view where text field is present, i need the text entered earlier need to appear on the textfield(caching) before the user enters the text for the second time.. Please help me..
...
Hi all,
First of all sorry, If somebody finds this question is repeated (haven't found any by myself).
I am developing for an iPad application and trying to play youtube videos using this code:
NSString *embedHTML = @"\
<html><head>\
<style type=\"text/css\">\
body {\
background-color: transpare...
hi,
i am using tab bar control in my app and want to use the default search icon in one of my tab. I am making the tab bar programmically but i am not able to find a property where i can specify UITabBarSystemItemSearch item which i find in apple documentation. Following is my code for tab bar
CouponsViewController *coupons = [[Coupons...
Hi,
I am able to show a index on the right side similar to songs view on the ipod. During searching the index bar gets minimized automatically. And when i go back to my actual table view the index size is small and it displays only few alphabets. How to stop the resizing of this ?
...
How hard would it be to port a flash game to the iPhone. Obviously Flash CS5 is no longer an options, I still would like to know if there's anything that can be reused? or do I have to write everything from scratch (Is Obj-C that different than ActionScript?) Is there any other shortcuts?
Also, if anyone has done this before please share...
Due to the last release of the adMob package, I have added the MessageUI framework to my project. As I wish to deploy my application to 2.x OS devices, I have weak linked MessageUI as advised.
If I build for iPhone device 3.0, it works fine.
If I build for iPhone device 2.2.1, I get a link error: "ld: framework not found MessageUI"
W...
Hi
Is there a way to know when a view is viewable to user?
For example: if I have 2 views, and one of them is "hiding" the other-
how can I tell that the "hidden" view is currently not visible on screen,
and how can I check to see when it becomes visible again?
Thanks.
...
I need to catch two different swipping gestures using UISwipeGestureRecognizer(for example, UISwipeGestureRecognizerDirectionRight and UISwipeGestureRecognizerDirectionLeft). When I add two different recognisers with addGestureRecognizer method, only last added recognizer works. I've read that I need to implement gestureRecognizer:should...
Hello everyone,
i have one problem when i sort the NSMutablearray using date and time wise.
Does anyone have idea how can i sorted array date and time wise
Thanks in advance
...
Hi Guys
This might be a little bit picky, but in the iPad SplitViewController setup, there are 2 views. Each of the views has a very small black corner rounding. (This is probably the same with iPhone apps too).
This rounding is visible in the image below. What I would like to do is remove the black rounding, so the UI doesnt get these ...
Device:
Version : 3.1
Build: 3511
Device: iPhone
OS: iPhone OS 4.0
xCode 3.2.2 (Old)
xCode 3.2.3 (New; For iPhone 4.0 Beta)
Background:
As you can see I installed 4.0 on my iPhone as I read on this forum it's really hard to near impossible to downgrade back to 3.1.3, but it's my only device I have and use for development. When I ...
how to convert a HTML string to a plain text in iphone dev. Is there any in built functions which does it ?
I am actually downloading a html string from web and showing it in the UIwebview and i am giving the user a edit option so that the html needs to converted to tet so that user can edit
Thanks...
...
My IN App Purchase application is running fine in iPhone but when i purchase the item through In App purchase that time i get the message that you have successfully purchase but download hasn't done. So I want to know that by using which code I will download the item and where it will be use to store.
...
What message will UIViewController will receive when a the iPhone receive a telephone call?
...
Hi there,
Does any one know how to implement In App SMS functionality in iPhone SDK 4.0
Sandy
...
Hello everyone
I created a subclass from UIView
#import <UIKit/UIKit.h>
@interface MeeSelectDropDownView : UIView {
UILabel *mainText;
UIImage *bgImg;
UIImageView *bgView;
UIImageView *originView;
NSMutableArray *labelArray;
int selectedItem;
BOOL inSelectTag;
float _defaultHeight;
}
@property (nonato...
Hello all,
I have a simple app with a button, UIImageView and a NSTimer.
The timer is fired up every 5 seconds repeatedly to update the ImageView with a new image, while the button simply stops the timer and switches to another View.
The problem is that when I press the button, nothing happens for a few seconds (until the timer fires up...
hi,
i know how to make a link to my app on the appstore with this URL itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=
but i don't want the user goes on the software page but directly in the update tab
what is the link to do this?
is there a link to update the app ?(if an update existing)
thanks
...
Hi,
Can we use Street View in MKMapKit?
it is with iphone google map application.
Can we integrate in our application if now why?
...
Hi
In my iPhone app - I am trying to get what the user types in a box emailed to me. I am going to use a PHP script sitting on my server, and try send the data to it for it to be processed.
Promblem is... how do i do this?
Im using the ASIHTTPRequest wrapper and have some code like this
ASIFormDataRequest *request = [[[ASIFormDataReq...