Search code examples
iphoneobjective-ccocoa-touchuiprogressview

How to initiate UIProgressView to a certain value?


Would it be in the .h or .m and how do I do this?


Solution

  • it would definitely be in the .m file.

    Initialize your UIProgressView, and then call setProgress: on it.