How can you get UIEvents in custom Framework

I Created my own framework for iOS, in that I craeted 1 subclass of UIView and in that I created 1 button and set 1 target for TouchUpInside to it . Target method is in same class of framework.
While Testing I can View my created Button via my framework but it's TouchUpInside target never getting called.


Where I'm lacking, I am unable to find. Please help me to solve this problem.
Here is some more information about it.

How can you get UIEvents in custom Framework
 
 
Q