I am programming an alternative keypad for the iPhone and am new to objective c and iPhone sdk. I need each button press to append a letter to a string and then refresh an output window with the ...
http://www.experts-exchange.com/Apple/Programming/Cocoa/Q_23387923.html
any way to send/receive a text SMS on IPhone ?
http://www.experts-exchange.com/Apple/Hardware/iPhone/Q_23659187.html
Hello,
I have created a simple custom view controller that allows you to input decimal numbers, very similar to the calculator application.
It works great in any single view, but I'd like to ...
http://www.experts-exchange.com/Apple/Programming/Objective-C/Q_23807416.html
I want to make an Iphone application using SDK (any version) that can send an email at particular email address. Is there any sample Objective-C code (in Xcode tool of Iphone SDK (any version)) fo...
http://www.experts-exchange.com/Apple/Programming/Objective-C/Q_23459892.html
i started implement call of getting content from URL, but I get exception
I call
[NSThread detachNewThreadSelector:@selector(loadURL:) toTarget:self withObject:nil];
and then
- (void)...
http://www.experts-exchange.com/Apple/Programming/Cocoa/Q_23628946.html