Are the buttons behind the scrollview? what does your view tree look like?

I'd say it needs to look like:

View
  -> ScrollView
    -> UIImageView
       -> Image
  -> button
  -> button
  -> button

(assuming you want the buttons to remain static over the top of the
scrollview, and NOT change when the scrollview changes)

You should be aware of the order you call View.AddSubview - it
matters. Also, you can call BringViewToFront (on the main View, I
think, so View.BringViewToFront(button), but I think the button has
it, too!), which might make them float on top of the image better.

On Tue, May 15, 2012 at 7:07 AM, pritish
<[email protected]> wrote:
> While zooming the Image it goes over buttons but while zooming it zoom in
> specific region not on the UIButton
>
> I am trying everything such as I place UIImage inside UIScrollView but its
> not work ,so please help me for this
>
> problem  please check image that I attach with this
> http://monotouch.2284126.n4.nabble.com/file/n4633971/iOS_Simulator.png
>
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/How-to-Zoom-UIImage-in-specific-area-without-disturbing-other-Objects-tp4633971.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to