Giter VIP home page Giter VIP logo

Comments (4)

jzhang0480 avatar jzhang0480 commented on May 23, 2024
  1. autoHeight内部调用的是系统的方法,算出来的高度如果导致约束冲突,理论上就是约束存在问题。把cellHeight设置成UITableView.automaticDimension,让系统自动处理高度试一下,应该也会有同样的错误。
  2. 因为看不到具体布局,按经验建议尝试通过修改报错的约束的Priority解决。

ps. 如果改成automaticDimension就不报错了,方便的话提供个demo给我研究下: )
[email protected]

from zjtableviewmanager.

narakai avatar narakai commented on May 23, 2024

改成automaticDimension是正常的,demo等我整理一下吧

from zjtableviewmanager.

jzhang0480 avatar jzhang0480 commented on May 23, 2024

不好意思,今天才看你发的代码,原因是因为item.autoHeight()是提前计算高度,demo里面用snapkit设置约束,导致在调用item.autoHeight()的时候tableView本身的width还是不确定的,所以计算出来的高度也就不对了。系统automaticDimension计算高度是实时的,所以就没问题。

解决办法是提前先设置一下tableView的width(比如在viewDidLoad最前面写上tableView.frame = view.bounds)

from zjtableviewmanager.

narakai avatar narakai commented on May 23, 2024

好的,谢谢解答

from zjtableviewmanager.

Related Issues (11)

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.