Questions tagged [launch-screen]
307 questions
0
votes
0 answers
iOS Launch Screen SVG problem with blurry rendering
I am trying to add an SVG image in an app's launch screen. The image has a gradient color and the launch screen appears perfectly on the simulator, but the image is rendered completely blurry on a physical device. Both the device and the simulator…

Ugur
- 148
- 4
- 11
0
votes
1 answer
Xcode Launch Screen black screen for kivymd project
I have an existing KivyMD app which I changed the launch image to launchscreen.storyboard, because the old launch image method is no longer supported in Xcode. I created the launchscreen.storyboard under the root directory. When it runs, it flashed…

Jesscralett
- 41
- 10
0
votes
0 answers
How to add a launch screen page to an Android app from apk editor?
I want to learn how to add an image as a launcher screen to an apk that can perform a simple activity like starting the app from a push of a botton and maybe add a couple nots and links in that page.
It would be appreciated if you can guide me how…

Morteza Razavi
- 1
- 2
0
votes
1 answer
How can I change UILabel in LaunchScreen dynamically
I'm developing an application with Swift. When the application is first opened, I want it to say "welcome" on the launchscreen. Then when the user opens the application again, this time I want it to say "hello" on the launchscreen. In some of my…

Swiftniscate
- 19
- 5
0
votes
0 answers
I can't change the label editing text in swift launch screen
Hi I put a label on launch screen . When the application is first opened, I want it to write Welcome on the label.
I want the label to write Hello on the next logins of the user.
After making the first assignment to the label, I could not find how…

Enes Sancar
- 1
- 1