Share-Impact / iOS-Impact-Issues

This dummy repo will be used as an issue tracker for the iOS platform
2 stars 0 forks source link

Blue tint on run screen to be removed (UI Issue) #26

Open aayush-khandelwal opened 4 years ago

aayush-khandelwal commented 4 years ago

Describe the bug The blue tint on the left side of run screen should be removed. It is already removed in Android.

To Reproduce Steps to reproduce the behavior:

  1. Go to Impact App
  2. Click on Start Workout
  3. Check a blue tint on the left-center of screen

Expected behavior There should not be any blue tint on the run screen

Screenshots IMG-20200627-WA0012

Smartphone (please complete the following information): All Phones (UI Issue)

Additional context NA

nik6018 commented 4 years ago

Well this is not a bug. This is correct behaviour from the Translucent background view of the screen. The Translucency allows whatever content in the background to show through on the current screen.

If you want we can remove the translucent background view of the screen and make it an opaque white.

You can learn more about translucency on this link: https://medium.com/@adamlevn/blurred-translucent-background-for-your-ios-app-in-swift-xcode-tutorial-77c1ffbade85

aayush-khandelwal commented 4 years ago

Make it opaque. Use the hex code #f4f3ee similar to Android Was there a specific reason of using translucency?

nik6018 commented 4 years ago

Make it opaque. Use the hex code #f4f3ee similar to Android

Will make the change in the next version

Was there a specific reason of using translucency?

Dunno