The .h- "header" file is usually located where the information about your class goes ... its structure is "what it does" and not "how it does it." As such, .m is probably the right place, but it will help you talk more about how the user interface is configured. Do you use the Builder interface or programmatically create a UIProgressView? Is the class a view, a view controller, an application delegate, or what?
source
share