0
votes
2answers
17 views
iphone sdk see size of local file (one created by application)
Is there anyway I can look at the size of a file the application creates in bytes then store that number to use later? OR is there any way I can tell if an object in an NSArray is …
1
vote
2answers
26 views
Setting variable UITableViewCell height
I am using a custom UITableViewCell, which has some labels. There is one label in the cell where the string length is variable, due to this i cannot set a constant height to the ce …
0
votes
1answer
14 views
Combining OpenGL ES template and Utility template
Hi,
I would like to have an OpenGL view with an utility application.
What I do:
I create an OpenGL ES application template and a Utility Application template.
I copy the files EA …
0
votes
0answers
12 views
How to avoid MKMapKit Related Crashes on the iPhone
So, for the past few days I have been struggling to understand how to implement a simple MKMapView with some custom annotations without crashing my application in the process. Unfo …
0
votes
1answer
57 views
iPhone - avoid “more” tab from showing up in tab-based iPhone app
Hi
Is it possible to avoid the "more" tab to show up in my tab-based app? My app has 6 tabs and it feels stupid to have the More tab for just 1 extra tab.
Thanks.
1
vote
2answers
28 views
how to edit video on iPhone ? such as add subtitle …
as UIImagePickerController can got the video , but how to add subtitle to the video ?
any tips.... Thanks for your in advance .
0
votes
1answer
25 views
UITableView add new custom cell onto selected cell or another suggestion
Hi everyone,
I'm really confused about that;
I have an example view. it contains an UITableview, this tableview contains approximately four or five rows. I don't know am i right o …
0
votes
2answers
28 views
iPhone: Doubt on type of App ID creation?
What are the exact advantages of creating explicit App ID and Wild card ID? I saw that if we are creating bundle of apps, we can create Wild card App ID, otherwise explicit ID is g …
1
vote
2answers
49 views
How to add background image on iphone Navigation bar ?
Hi guys ! i want add an image background to my navigation bar like this :
what is the code ?
thank you
ist it right ?
//set custom background image
UIImageView *background …
0
votes
1answer
20 views
i am not able to get address using lat and log in iPhone
Plz any one help me to get the address of the lat/log location. Actually i want the user
location address. I have tried more but i am not able to solve this problem if any on hav …
0
votes
1answer
29 views
NSKeyedUnarchiver causing memory leak
Hi guys!
I have a memory leak problem, I'm saving an array into a file using:
[NSKeyedArchiver archiveRootObject:myArray toFile:MyFile];
the objects included into the array hav …
0
votes
2answers
66 views
iPhone credit card swipe reader?
Hi,
I am looking for a credit card reader which can hook up with an iPhone/iTouch and supports the external accessory framework of the iphone sdk.
Do you guys know any solution t …
0
votes
1answer
38 views
Tab bar limits?
Is there any way to increase the number of items in the iphone tab bar beyond five? I know that it can create a "More..." tab, but it seems excessive for just one more tab.
I have …
0
votes
2answers
23 views
iPhone - start multiple instances of AVAudioPlayer simultaneously
Hi
I am using multiple instances of AVAudioPlayer to play multiple audio files simultaneously. I run a loop to start playing the audio files (prepareToPlay is called beforehand an …
0
votes
1answer
38 views
Programatically Select all text in UITextField
How can I programatically select all text in UITextField?
Thanks!
