Hi mates,
I´m trying to integrate sharekit lib in order to share twitter/facebook content in GLB.
All is working fine but once I finish the sharekit interaction the focus is not regain by glbasic and taps are not been detected anymore.
I believe I must dissmiss my subview once sharekit has finished but I don´t know how to capture the event or even if this is the right way.
I´m sure I´m missing something. I need some help as I´m not really and IOS expert.
I have tried several ways without luck. I´ve post the question also in stack overflow, you can find the code there:
http://stackoverflow.com/questions/10173871/sharekit-lose-focus-when-actionsheet-is-closed (http://stackoverflow.com/questions/10173871/sharekit-lose-focus-when-actionsheet-is-closed)
Hope anyone can give me a hint.
the [self release] seems to be bad code.
Thanks Gernot, eitherway is not been dealloc, so this line is not been reached.
I´m not releasing the object during the execution.