In my iOS application I have used alert view to show a message of 'Loading Data...' and have added a YLProgressBar as a sub view on alert view which shows the progress of data loading process.
I wonder will this approach be acceptable by Apple as I have gone through situations where Apple rejects the app in which a text field is added on alert view. Any reference which gives clarification about this rule is most welcome.