0
votes
0answers
16 views
Subtracting 2 strings
I have a string say for example @"012" and i have another string @"02".how can i extract the difference of the 2 strings, treating them like integers?
1
vote
3answers
136 views
Change iPhone Grouped TableView’s Width
I wonder if it's possible to adjust the width of a grouped tableview.
I want to have a wider table.
Is this possible? and how?
0
votes
1answer
6 views
issue with glDrawElements
this shows up with the color red:
VertexColorSet(&colors[vertexCounter], 1.0f, 0.0f, 0.0f, 1.0f);
this shows the color black:
VertexColorSet(&colors[vertexCounter], 0.9 …
1
vote
2answers
51 views
NSSortDescriptor and to-many relationships
I have two types of objections: locations and history items.
I'm trying to fetch locations which are attached to any history item, so my fetch predicate for the location is "histor …
0
votes
1answer
62 views
Using NSScanner to identify characters in NSString
Hi, newbie here...I'd like take my input which is an NSString and use NSScanner to identify and act upon the characters typed. I've taken another example i've found and modified it …
0
votes
1answer
19 views
problems getting HTTPRiot working
I've got an iphone app where I'm trying to use HTTPRiot to make some API calls to a web app. Problem is I can't see that none of the HTTPRiot delegate methods are being called. I …
-1
votes
1answer
11 views
Motion Path / Motion Guide in iPhone ?
I want an image to move according to the path drawn by programming codes.
I have asked a similar question (http://stackoverflow.com/questions/1571182/how-to-limit-a-uiimageview-to …
2
votes
1answer
6 views
how to disable MobileSafari auto-selection?
my webapp requires users to tap and hold on an element for a game action, but iPhone automatically "selects" the area which is confusing to the user.
anyone know what html element …
0
votes
1answer
63 views
How do I force UIImageWriteToSavedPhotosAlbum to synchronize (flush) buffers?
I am writing a simple application for an artist who wants to market his work on iTunes.
Because there are only twelve images, which can be deleted more rapidly than they could be …
2
votes
3answers
132 views
iPhone app pricing model question?
I have heard there has been some studies of the apple app store for the iphone. It was a comparison between having a free application supported by ad vs a .99 cent application. .9 …
1
vote
1answer
148 views
iPhone SDK: GameKit and large files + connection lost
Hello!
Since some time I've been playing with GameKit, but now I'm facing relly bad difficulties.
I'm going to send through Bluetooth bigger files - 1-2MB. I've already prepared …
35
votes
7answers
3k views
UIImagePickerController, UIImage, Memory and More!
I've noticed that there are many questions about how to handle UIImage objects, especially in conjunction with UIImagePickerController and then displaying it in a view (usually a U …
0
votes
1answer
40 views
iPhone animation
I trying to do an animation on the iPhone and I hope someone can help me out here as I'm stumped.
I am using CAKeyframeAnimation with CAPath to animate views around.
I have these …
1
vote
1answer
30 views
Selective Autorotation of UIControllers
Hello, I did some experiments on autorotation.
The situation: I have a TabBar 4(tabs), three should be portrait only. The last one is a UINavigationController, which by itself shou …
0
votes
2answers
11 views
How to avoid data lose when UIImagePickerController unloads my controller?
I am using UIImagePickerController to take a photo from the camera. However, the I find that randomly my calling controller (the one that is shown before the UIImagePickercontrolle …
