Objective - C

is there a framework in Objective-C to send data via wifi to arduino?? i want to make a remote controller for an arduino car.

Probably nothing specific to Arduino. You'd be writing a web client on the PC and a web server on the Arduino or vice versa. Examples exist for all of those combinations in general terms.

is there a framework in Objective-C to send data via wifi to arduino??

On what platform?
Basically once you send something over wifi it is irrelevant what receives it. You don't have to make provisions at the sending end that you are catching it with an arduino.

i will write it on ipad. any suggestion to do this? any good links that may help me?

John_25:
i will write it on ipad. any suggestion to do this? any good links that may help me?

Webkit