I am creating a customIndicator. I wanted it to behave like a UIActivityIndicatorView , but with different animations.
When you place a UIActivityIndicatorView on a Storyboard, the width and height of this view are locked for modification (grayed out).
There is no problem to make a fixed width for the view in code, but is it possible to make a custom view in the same way as a UIActivityIndicatorView : with the width and height highlighted in the storyboard?
ios uiview uicontrol uistoryboard
Thorax
source share