How can I know the width of a Segmented Control in objective-C?
I need the value saved into an integer.
Thanks
How can I know the width of a Segmented Control in objective-C?
I need the value saved into an integer.
Thanks
Copyright © 2021 Jogjafile Inc.
It is a UIView, so it has a frame property telling you its dimensions.