iphone - getting the button id in a segmented control

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-03-24T13:34:08Z Indexed on 2010/03/24 14:13 UTC
Read the original article Hit count: 503

Filed under:
|
|

I am trying to create something that uses the idea of the UIPopOverController, I mean, have that speech bubble anchor pointing to the button who triggered the method.

The problem is that I am using a UISegmentedControl...

How do I get the id of the button that was tapped on a UISegmentedControl, so I can determine its position and generate the anchor?

thanks for any help.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk