Cloudkibo / iOS

iOS Code
0 stars 0 forks source link

Show progress when loading contacts #430

Closed sumairasaeed closed 7 years ago

sumairasaeed commented 7 years ago

On installation, show progress when loading contacts to let user know that system is working and not hanged

sumairasaeed commented 7 years ago

Worked on this. Added status labels for showing progress for loading contacts and other status messages for loading chats and updating database. I experienced that contacts are read and updated very fast so we are unable to see progress by contact number "e.g contact 1,2,3.." Time is spent most when we send phonebook to server and waits for server's response. I have added message for that also. Kindly test if it seems fine or need any change so we can close this.

sumairasaeed commented 7 years ago

This was done.