Hi guys.
Is it possible to have an UIView with its bounds size different of its frame size?
I'm trying to create an UIView with "{{0,0},{320,367}}" frame and "{{0,15},{320,337}}" bounds but i can't get it done using setBounds() and setFrame().
I got from the doc that changing bounds or frame changes frame or bounds accordingly but i thought it was OK to have different values for theses.
Thanks a lot.