Tagged Questions

2
votes
2answers
85 views

iPhone Accessibility using “Red on Black” for images

Is there a way to convert an image on the fly to "Red on Black" for accessibility? I have pictures that I want to stream to the iphone. Viewing them at night, Red on Black is better for viewing.
1
vote
5answers
33 views

Delete All Rows in a Table View with Objective-C

Hi everyone! I'm looking for a way to delete all rows of an NSTableView. The table view has a data source but it isn't set as a variable so if I need a data source, I have to have something like …
0
votes
0answers
3 views

how to play multiple videos one after one in mpmovieplayer?

HI, im developing playing multiple videos app using MPmovieplayer Controller. after finishing one video it will goes back to previous View(mainView) and plays next video.my question is after …
0
votes
1answer
200 views

Using Google Analytics with (Soap/XML/Json) Web service?

I am looking for a way to implement Google Analytics tracking in my web service. My app sends and receives XML from the server, so implementing the Google JavaScript tracking stuff is unfortunately no …
0
votes
0answers
5 views

NSMutableDictionary setobject giving “message sent to deallocated instance” error

This line of code: [mymutabledict setObject:myclassobj forKey:myclassobj.myname]; Is giving this error: *** -[NSCFString hash]: message sent to deallocated instance 0x3c14610 I put in a …
1
vote
1answer
37 views

Using view.bounds to make boundaries

I'm working on a few basic apps/utilities/games with the iPhone to get a better grip on it. I currently have a setup where a CGRect moves wherever the finger moves, however I don't want the CGRect to …
3
votes
2answers
65 views

How can I cancel an in-progress undo/redo operation?

I've been tinkering with Cocoa for a few months now, and am trying to add undo/redo support to a strictly-for-learning-purposes Cocoa app I'm writing that lets you adjust iTunes track metadata. Thanks …
1
vote
6answers
59 views

Why am i getting a EXC_BAD_ACCES

Hey. I have been working on a Twitter application and have been stuck on a EXC_ BAD_ ACCESS error for quite some time. I know that EXC_ BAD_ ACCESS is a memory issue but i cannot pinpoint where the …
1
vote
2answers
18 views

Objective-C: navigationController pushViewController & NIBs

Hi guys, I have some issues with pushViewController. Essentially so far I have a class (UIViewController) that is essentially a UITableView (i have delegates for UITable) and it shows the UITable …
1
vote
3answers
52 views

Frameworks to use to build generic applications, or applications handling text

What are the tird-party frameworks that are more useful to create a generic application? I am looking for a framework that is well documented, and that would allow me to not write from zero a set of …
0
votes
3answers
19 views

Getting in-app email’s subject and message

I've added in-app e-mailing with the MFMailComposeViewController class and it is working well. I'd like to save what the user enters for the Subject and Message and reload this information the next …
0
votes
5answers
54 views

Pattern matching libraries for Mac OS X 10.6

Is there a library compatible with PCRE that can be used on Mac OS X 10.6, and which is Unicode compatible? I was thinking to use the predicates, but it is a little excessive when the application is …
0
votes
2answers
118 views

iPhone reachability checking

I've found several examples of code to do what I want (check for reachability), but none of it seems to be exact enough to be of use to me. I can't figure out why this doesn't want to play nice. I …
0
votes
1answer
35 views

display text with many clickable URLs

Hi, I'm using custom NSCell in NSTableView similar to: http://www.martinkahr.com/2007/05/04/nscell-image-and-text-sample/ I wish to display text with many clickable URL. can any body throw me in …
0
votes
0answers
14 views

iPhone - problem with multi object (touch, init)

Hello, i have the following code that enabling touch and intalize an object (uiimageview) for Accelerometer use. i'm trying to do it with more then one object (uiimageview) but with no luck... code: …

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