Campus-iOS
Campus-iOS copied to clipboard
Improving the Places View
When switching between the cafeterias and the study rooms the complete view is loaded new. This causes a flicker and does integrate the LoadingView
and the FailedView
into the UI.
When the device is offline:
When the device is online:
Fixed with the following commit: b42c67cb0e99e069cfb7fad4103cff08f0eae65f
The fetching and showing of potential errors are now implemented inside the PanelContentView
with a new PanelContentListView
. There in will differentiated between cafeterias and study rooms. If fetching fails or is still loading this view will be changed instead of the whole MapScreenView
.