SafeSlingerProject / SafeSlinger-iOS

Source code for iOS platform client SafeSlinger
MIT License
6 stars 2 forks source link

UI interface update failure when the controller runs into race condition #34

Closed tenmalin closed 10 years ago

tenmalin commented 10 years ago

The app's navigation controller pushes the group size picking UI into its stack while user submits the number of users in the group by clicking 'OK'. Meanwhile, the controller itself popup the same UI when the app cannot successfully establishes the connection to the exchange server. These two actions make UI update inconsistence and broken.

tenmalin commented 10 years ago

Solution: use blocking approach to solve this conflict for the navigation controller.

tenmalin commented 10 years ago

Close in feature release 1.8.0.