¡@

Home 

2014/10/15 ¤U¤È 10:04:07

iphone Programming Glossary: asyncudpsocketdelegate

AsyncUdpSocket how to use receive

http://stackoverflow.com/questions/4215149/asyncudpsocket-how-to-use-receive

share improve this question I'm new with Objective C so bear with my ignorance of it but I have been able to get AsyncUdpSocketDelegate to receive for the most part. A few things to try confirm Make sure the self class that you are initializing as your socket.. as your socket delegate is the class that you're expecting the callbacks on. Make sure your class adopts the AsyncUdpSocketDelegate protocol. I'm not sure if this is actually necessary but it couldn't hurt. In your class header looks like @interface your.. necessary but it couldn't hurt. In your class header looks like @interface your class super class Other protocol s AsyncUdpSocketDelegate Make sure you have your delegate methods declared in your interface and implementation. The method signature should look..