Tagged Questions

0
votes
0answers
1 views

watchPosition() vs getCurrentPosition() w/ setTimeout

I need to determine a person's location within 50m. I'm wondering if I should use navigator.location.watchPostion() or call getCurrentPostion() over and over again. watchPostion() is the proper W3C …
2
votes
3answers
58 views
+100

Handle iPhone Events (like slide-left) in Mobile Web Site

Does the iPhone browser have special events that I can hook into with Javascript? For instance, if the users slides to the left, I would like to perform a certain action. If there are events like …
2
votes
5answers
101 views

iPhone. I need to touch every fullscreen pixel at 30fps. Doable?

I am interested in doing some image-hacking apps. To get a better sense of expected performance can someone give me some idea of the overhead of touching each pixel at fullscreen resolution? Typical …
3
votes
4answers
1k views

How to push pixels faster on the iPhone?

I asked before about pixel-pushing, and have now managed to get far enough to get noise to show up on the screen. Here's how I init: CGDataProviderRef provider; bitmap = malloc(320*480*4); provider = …
1
vote
2answers
15 views

replaceObjectAtIndex array problems

Been searching for the answer to this for a while now and I think due to the nature of my array set up, I may be searching for the wrong answer! I have a class which handles adding items to my array: …
0
votes
1answer
8 views

Map Search Results

Hey I am trying to provide useful information on an area to users based on a search term and their location. I thought googles geo api would return a best match list of results for a query such as …
0
votes
2answers
17 views

Is there a way to get paths of all the images of CAmera roll

Hi, Is there any way to create an array or something having paths of all the images stored in camera roll. Please enlighten me on this. Thnx in advance
0
votes
0answers
5 views

trackPageView on Google Analytics for iPhone Not Working

I'm trying to get Google Analytics working on an iPhone application without much luck. I've followed all the instructions on their website …
3
votes
2answers
41 views

Objective-c asynchronous communication: target/action or delegation pattern?

Hello folks, I'm dealing with some asynchronous communication situations (Event-driven XML parsing, NSURLConnection response processing, etc.). I'll try to briefly explain my problem: In my current …
0
votes
4answers
274 views

How to Create the Highlight/Note Popup Buttons from the iPhone Kindle

Hello All, I am wondering how Amazon did the highlight/note popup buttons in the Kindle app. After reading about UIPasteboard, UIMenuController, UIResponder, and UIResponderStandardEditActions, I am …
0
votes
0answers
10 views

How to modify iPhone plist to add another level and access data in code

I have a plist with an alphabetical indexed list of entries. I now want to add a further level so that each entry has a definition text (like a small dictionary.) I need some advice as to how to …
0
votes
1answer
30 views

acessing to iphone camera data only with API

Hello, I would like to access in real time to the data of the camera to get the hue of several points in order to guide the user (inform him when is the best moment to take the picture). The …
0
votes
1answer
15 views

iPhone Target Linking

So I'm getting this error on build: This obviously has something to do with linking, but I just can't get what exactly. I have 2 targets, and I only get this error when I compile for the device …
0
votes
1answer
8 views

Change thumbs size in TTThumbsViewController

Does anybody know if there is a way to increase the size of the images on the grid in a TTThumbsViewController in the three20 framework? Thanks
0
votes
2answers
29 views

Objective-C: UITableView cells get written over each time when scrolling up and down

Hi guys, I have a UITableView that gets populated via CoreData, and have just noticed something strange. I have about 20 rows or so in the UITable, and when I scroll down the table and back up again, …

1 2 3 4 5 888 next
15 30 50 per page