I have seen a very nice sample code for UAmodalPanel as the link below. But after i downloaded the code, i do not know that how to implement in my project.

i need to implement above screen alone in my project, and also i need to perform action if we tap the any row in tableview. if anyone knows please help me out.
In this Example Few Bugs then also i guide to you,
Follow step to get the tap event
In UAExampleModelPanel.h following code use.
In UAExampleModelPanel.m following code use.
Implement Following code into – (id)initWithFrame:(CGRect)frame title:(NSString *)title
Now implement the Delegate method of the UItableview
It may helping to You.