microsoft / EmbeddedSocial-iOS-SDK

SDK for interacting with the Microsoft Embedded Social service from inside your iOS app
MIT License
19 stars 11 forks source link

make POST actions non-blocking on the UI #676

Closed sharadagarwal closed 7 years ago

sharadagarwal commented 7 years ago

Sometimes, posting a topic, comment, reply, image can take a long time, such as when the client's network is slow. Currently, the UI blocks with a spinner until the action completes or fails. We should consider making the UI not block so that the user can continue to do other things in the app. This needs to be thought through carefully, considering:

sharadagarwal commented 7 years ago

@orezhko : I believe the Android SDK does some of this.