Code Monkey home page Code Monkey logo

Comments (2)

Chunngai avatar Chunngai commented on September 22, 2024 1

@rajdeep Thanks, the problem was solved.

from proton.

rajdeep avatar rajdeep commented on September 22, 2024

@Chunngai, you may use matchTextExact with insets to get around this issue. Using the following style, you can achive the output below:

 let style = BackgroundStyle(color: .green, roundedCornerStyle: .absolute(value: 5), border: BorderStyle(lineWidth: 1, color: UIColor.blue),
                                    shadow: ShadowStyle(color: .red, offset: CGSize(width: 2, height: 2), blur: 1),
                                    heightMode: .matchTextExact, insets: UIEdgeInsets(top: -5, left: 0, bottom: -5, right: 0))
image

If you wish for the backgrounds to be merged as shown in the article, you can also use matchLine for heightMode.

I'll be fixing the matchText option in a future release to work better with lineSpacing. The key difference in matchText and matchTextExact is that the matchTextExact assumes the exact text height by default where as matchText keeps a little padding all around based on iOS string boundingRect logic. Since similar output can be achieved by matchTextExact with insets, I may also consider dropping matchText altogether.

from proton.

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.