Tom Irving
Tom Irving
Issue seems to be with pcap_inject call in ANInterface. Debugging is hard because it detaches after the authentication prompt succeeds.
Even just trying to step into pcap_inject results in the crash. Problem with the library perhaps.
pcap_sendpacket has similar issue. Difference is indefinite hang instead of crash.
I'm unable to replicate the issue - what iOS version are you running on?
Oh, yup, I'm seeing it now. I'll see what I can do :)
When the tokenfield loses focus, it should collapse and display something like "100 recipients".
The idea is that it looks like the built-in control :)
I'm unable to replicate this with the example project, can you put together a project which demonstrates the issue for me?
So it works if you don't use a view between the TITokenFieldView and the UIWebView scrollview?
And this view is just a standard UIView? No default property values have been changed (specifically to do with touch)?