I am making an application where at the time of log in I am coping some file from my main bundle to the applications document's directory. It takes around 3-4 mins. During this period I am showing an activity indicator to the user.
However I would like to show a progress bar so that the user is aware of the percentage of copy being done. Has anybody come across such scenario?
Any suggestion, would be of great help.
Thanks