I haven't figured it out but I'm looking in to it now, since I have some time now.
I'm trying to touch a component in a window which is not the key window and not seen by symbiote, but should be possible to access according to this post:
Since there were several instances of the custom class I've labeled one (it's in a xib):
frankly_map("view:'NumericKeyboard' marked:'Invisible'", "touchx:y:", 10, 10 )
Two follow up questions:
1. Is it possible to send keyPress events to subcomponents with specific Object IDs using the above call?
2. Is it possible with Frank to send touchx:y: (or keyPress events) from the absolute top of the hierarchy kind of like the UIApplication and then the app would catch the event with whatever window/component is the "first responder" for that coordinate?
Thank
some of my trace
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
VM Regions Near 0:
--> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Users/USER/Library/Application Support/iPhone Simulator/*/Frankified.app/***
__TEXT 0000000000001000-0000000000348000 [ 3356K] r-x/rwx SM=COW /Users/USER/Library/Application Support/iPhone Simulator/*/Frankified.app/***
Application Specific Information:
objc_msgSend() selector name: floatValue
iPhone Simulator 358.4, iPhone OS 6.0 (iPhone/10A403)
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x02a671ef objc_msgSend_fpret + 19
1 i*** 0x00227276 -[UIView(KIFAdapter) touchx:y:] + 35 (UIView+KIFAdapter.m:34)
2 CoreFoundation 0x02c241bd __invoking___ + 29
3 CoreFoundation 0x02c240d6 -[NSInvocation invoke] + 342
4 CoreFoundation 0x02c2424a -[NSInvocation invokeWithTarget:] + 74
5 i*** 0x00218577 -[Operation applyToObject:] + 947 (Operation.m:81)