Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issues when building with XCode 13 #24

Closed
eddielement opened this issue Aug 1, 2022 · 5 comments · Fixed by #25
Closed

Fix Issues when building with XCode 13 #24

eddielement opened this issue Aug 1, 2022 · 5 comments · Fixed by #25

Comments

@eddielement
Copy link
Contributor

When building the app in XCode 13, there are several UI issues.

  • Transparent splash screen

  • Transparent navigation bar till I scroll up the screen

The video with 1 and 2: https://user-images.githubusercontent.com/7028613/182032101-e62f3157-217c-4e1d-a312-3a583481197f.mov

  • Untappable tip textfield and +Add another button.
@pankova
Copy link

pankova commented Aug 1, 2022

I could help with the issue or with another task, if plan to do it.

@eddielement
Copy link
Contributor Author

Your help would be greatly appreciated! I did some research that might be helpful:

  • To get the simulator working on M1 Macs, go to Build Settings -> All -> Excluded Architectures -> add 'arm64' to iOS Simulator
  • The navigation bar thing seems to be due to an outdated bar. In the storyboard, I can highlight the navigation bar and select a type and that makes it opaque again, but then it just needs to be colored blue.

@pankova
Copy link

pankova commented Aug 1, 2022

As part of this task, minimum iOS version can be bumped to iOS 13, if you don't mind.

@pankova
Copy link

pankova commented Aug 2, 2022

Also I've noticed, there is a problem with the tab bar shadow until scrolling down. I'll try to fix it in the PR as a part of Xcode 13 issues.
Screenshot 2022-08-01 at 21 36 45

@eddielement
Copy link
Contributor Author

As part of this task, minimum iOS version can be bumped to iOS 13, if you don't mind.

Sounds good! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants