iphone - I add buttons on scrollview but buttons are not working -


i new in iphone.i added 10 buttons on scrollview.buttons scroll properly,but 5 buttons working last 5 buttons not working.please suggest me next.

it sounds 1 of 2 things

either ...

  1. there no associated actions buttons (programatically or in ib)
  2. there view covering buttons , taking touch events

try swapping position of 2 of buttons (one working , 1 not) , see if continue work before. if do, looks actions not set up. if have changed, there issue buttons placed.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -