Giter VIP home page Giter VIP logo

Comments (5)

metrue avatar metrue commented on August 23, 2024 3

Just tried to reproduce it again and found that the root cause is I use a TextEditor as the content view of popup, but did not set the frame correctly.

  .frame(width: .infinity, height: 200)

Replace it following fix the issue.

  .frame(width: UIScreen.main.bounds.width, height: 200)

from popupview.

f3dm76 avatar f3dm76 commented on August 23, 2024

Hey @metrue, sorry for the slow answer. I don't see any errors in example project output. Could you please provide your example if that is still happening to you and you are sure the problem is not on your end. Have a great day!

from popupview.

karimuddin-tech avatar karimuddin-tech commented on August 23, 2024

am getting same error
.frame(width: UIScreen.main.bounds.width, height: CGFloat(269), alignment: .top)

any other solution please

from popupview.

karimuddin-tech avatar karimuddin-tech commented on August 23, 2024

ZStack{ Image("blue-bottom-round") .resizable() .frame(width: UIScreen.main.bounds.width, height: CGFloat(269), alignment: .top) VStack(alignment: .center, spacing: nil, content: { Image("logo-white") .resizable() .scaledToFit() .frame(width: 178, height: 138) }) }

from popupview.

f3dm76 avatar f3dm76 commented on August 23, 2024

Hey @karimuddin-tech, would you please provide a minimal but complete and reproducible example for me, so I can look into that?

from popupview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.