-2

Is there any normal way to set one simple thing as it is a width of a UIProgressView? Most of the questions on the web are about the height, but I cannot believe that there is no normal way of setting weight programmatically?

Does anyone has any solution to this?

SteBra
  • 4,188
  • 6
  • 37
  • 68

1 Answers1

1

What do you mean width or weight? I am not sure that you're actually asking this (because this is so obvious), but all view sizes are basically controlled by frame property. You can control width using the property, and it's working well.

AFAIK, there's no such weight stuff in progress-view.

eonil
  • 83,476
  • 81
  • 317
  • 516