Segmented control width

226 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 best solutions below

0
On

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