I am making a custom activityIndicator. I wanted it to behave like UIActivityIndicatorView
but with different animations.
When you place UIActivityIndicatorView
to Storyboard the width and height of this view are locked for modification (grayed out).
There is no problem to make fixed width for the view in code but
is it possible to make custom view the same way UIActivityIndicatorView
is made: with width and height grayed out in storyboard?