UIActivityIndicatorView is not display at the right time
- by Alexandre
I'm making a form that allows the user to enter datas in my IOS application. This form allows the user to enter a lot of repetive datas. So, sometimes, the process takes time and I would like to display a UIActivityIndicatorView during this process.
Unfortunalty the spinner appears only one second or less at the end of the process, not at the…