
I am working on Ipad application.in this application i use Subview over UISlider as above my Screen Shot show,with the value changed my Subview also get movement.my UISilder is nearly whole screen. i want to customize this Subview as Popupview.as my below Screen shot show.

I know how to use Popupview for another Class Xib,but for subview how to use it?
Can any one guide me that Whether its possible to Customize Subview As PopupView?
we did a custom popup view for the iPhone and the iPad in some of our application
What we did is to like following
view.layer.cornerRadius = Value(we normally setValue= 8-12)I know these are general notes, but they will get you going
You will not need to do alot of modification to the view you currently have