Giter Site home page Giter Site logo

Comments (5)

lucdion avatar lucdion commented on May 25, 2024

Hi, do you have a graphic of what you are trying to achieve? This would helps me to give you an accurate answer.

from pinlayout.

KhazanGu avatar KhazanGu commented on May 25, 2024

Hi, Thanks a lot. This is the design of the question.

Screen Shot 2022-02-16 at 10 54 32

The designer requested the imageView and the label should at the view center. So I defined a container with an imageView and a label, I just have no idea to auto-size the container. Thanks again.

from pinlayout.

lucdion avatar lucdion commented on May 25, 2024

If the views hierarchy is:

SectionView (white view with rounded corners)
     ContainerView 
           ImageView
           Label

I think this should work, but I haven't tested

// Set the container's width to match the parent's width, so that imageView is centered correctly
self.containerView.pin.horizontally();  

self.imageView.pin.size(48).vCenter()

self.label.pin.below(of: self.imageView).left(20).right(20).sizeToFit(.width)

self.containerView.pin.wrapContent().center()

from pinlayout.

lucdion avatar lucdion commented on May 25, 2024

Any feedback? Else, please close this issue.

from pinlayout.

KhazanGu avatar KhazanGu commented on May 25, 2024

I'm so sorry about not responding for a long time. Because of something I asked for leave, I will check it after that. Thank you a lot.

from pinlayout.

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.