hi,
UIlabel has numberOfLines property...it gives my string in 2 lines...but when i use UItextview ,i want to split no of lines based on length of text in UITextview,how can i do it?any help? UIlabel automatically splits...but UITextview did not do it?
...
I want to use push notification in my app.I have created an unique app id and created push development certificate.also created provisioning profile using that unique app id.I put the code for registering the device in application terminate method so that when my app closed it's enabled push notification and when it launches it disables ...
I want to implement a configurable tab bar in my app like iphone music app where a user can edit the Tab bar by dragging and dropping icon on to it.
...
From the iPhone Programming Guide
When creating files or writing out
file data, keep the following
guidelines in mind:
Minimize the amount of data you write to the disk. File operations are relatively slow and involve writing to the Flash disk, which has a limited lifespan. Some specific tips to help you minimize file-rel...
I have a subscription to a paid HTTP proxy service, which requires login and password to be used. I want to use this service with my iPhone, but unfortunately the device cannot pass the authentication stage. However, both my Mac OS X powered laptop and Debian box have the ability to successfully connect trough the paid proxy. Is it possi...
Hi,
A simple question for everyone I think. I just begin to work with database for the Iphone.
And so I create my database "external.sql" and I import it into Xcode.
I create a simple Navigation Base application and I try to display all from module_category but its not working, told me that the table does not exist.
So I try to display...
I have an instance variable *TangramLevel(:UIView) currentLevel; in my viewController class, and I have an instance allocated at start (it's retainCount 1). I attached it to the view [self.view addSubview:currentLevel]; (retainCount 2).
When the level finishes, it notifies the controller, so controller removes it from the view [currentL...
I've been working on a mobilesubstrate extension to auto-answer certain calls (like, for example, calls from your own google voice number): I've found the correct function to hook, but I can't seem to do anything with the (struct __CTCall *) I'm getting back.
I've seen suggestions to use CTCallCopyAddress but I can find no reference to ...
Hi,
i've a stack of 2 UIImageView and 1 UILabel.
Is it possible to "collapse" all the views and saving them into a single image?
How can i do?
Diego
...
I created a View-Based project in Xcode, but I find no Localizeable.strings file for doing my localization. Must I run genstrings first to create this? Or did I do something wrong?
...
Hi all,
I have following issue: I have an iPhone application which can be compiled using various color styles. So the goal is to have several build configurations with defined style, for instance COLOR_STYLE_BLACK. Style definition files should be placed under some subfolder in source tree, like, for example Classes/styles/black. Then, ...
Hi,
I am new to iPhone development and am currently toying with recreating a charting tool I developed for Silverlight.
Currently I'm using a gradient to 'fill' a rectangle representing a bar within a chart. Is it possible to animate this gradient so it changes colour when a user touches the bar within the chart.
I have looked through...
Hello All,
How to Get the X and Y axis of UIImage, I have one images which are randomly changes
it's position so how to get the image current x and y position so i can match with
another image x and y position.I have to get the position of Image without any touch
on screen. please suggest some solution.
Thank You.
...
I am a developer at iPhone Developer Program assigned to the project for the company. I would like to buy my own licence to develop as an independent programmer. How to do it? Do I need another Apple ID?
...
in a.h file i declared
IBOutlet UITextFiel *text;
in a.m file
i declared ,
NSString * object = [file create: text];
now in file.m file
I want to access the use of object of UITextfield that u declared
[text setBackgroundColour:[UIColor redColor];
How to do that?
...
I am implementing photo album application same as default photo album application in iphone.
can any body suggest me how to start?
...
hi friends,
i have made one list of images + respective data in tableview.
it takes long time while loading
i want to make multithreading two methods
1> parsing of data
2> parsing of images
i want to execute parsing of data first after that i can select any of rows listed even though images not been loaded(/parsed) because the images ...
Hi,
I want to bind my app to some file extension so when I receive an email with an attached file with the correct extension, clicking on it will launch my app and pass it the attached file.
Is it possible ? How ?
Thx
--G.
...
I am having some issues with my Mapkit and userlocation events. I need to call a method when the user's location is found, however, using [locationManager startUpdatingLocation]; causes the method to call too early for what I am trying to do.
Ideally, I would like to make a call once the animation of the user location's pin is completed...
I have mapkit view, how i can convert latitude and longitude to screen coordinates?
...