Segmented control width

185 views Asked by At

How can I know the width of a Segmented Control in objective-C?

I need the value saved into an integer.

Thanks

1

There are 1 answers

0
matt On

It is a UIView, so it has a frame property telling you its dimensions.