EAAccessory problem
Posted
by dragon
on Stack Overflow
See other posts from Stack Overflow
or by dragon
Published on 2009-08-22T12:48:26Z
Indexed on
2010/05/21
6:50 UTC
Read the original article
Hit count: 280
iphone
I have developed code using EAAccessory , and its work fine...
But when i disconnect EAAccessory, my application got exception like an error....I want to show an alert , while disconnecting EAAccessory....
I am using this line of code in my app
- (void)accessoryDidDisconnect:(EAAccessory *)accessory;
But this event is not fired ..When i disconnect my accessory....
Can anyone help me ?
Thanks in advance..........
© Stack Overflow or respective owner