I need to create the UI component shown in the image below, and also i need to know;
- What is it called? (The grey colored box)
- How do i add an image or any other UI component to it?
- Is there any sample code or tutorial available creating this?
The image

MBProgressHud have no progress bar. I’ve created one by using PDColoredProgressView and Three20
It looks like this:

and goes that way:
.h file
.m file:
It’s far from being perfect as it was created for specific purpose, but it’s doing the job.
Hope it helps.
Happy coding.