-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix autolayout sizing for items and headers/footers #228
Conversation
Demo/Sources/Demos/Demo Screens/AutoLayoutDemoViewController.swift
Outdated
Show resolved
Hide resolved
Demo/Sources/Demos/Demo Screens/AutoLayoutDemoViewController.swift
Outdated
Show resolved
Hide resolved
Demo/Sources/Demos/Demo Screens/AutoLayoutDemoViewController.swift
Outdated
Show resolved
Hide resolved
Demo/Sources/Demos/Demo Screens/AutoLayoutDemoViewController.swift
Outdated
Show resolved
Hide resolved
ListableUI/Sources/Internal/ItemCell.ContentViewContainer.swift
Outdated
Show resolved
Hide resolved
|
||
let size : CGSize = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If UIView.noIntrinsicSize gets passed instead of zero, does the same thing happen? Nicer for contextual understanding
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UIView.layoutFittingCompressedSize
has a size of zero, so could use the width/height of it for context. UIView.noIntrinsicSize
is -1... might do the same thing but not sure
5256457
to
f7cb77a
Compare
…zing * origin/main: Move CI to GitHub Actions Add circle CI config Xcode 11 build fixes Fix handling of the frame changing properly Update docs Prepare to release 0.12.0
a4e6e18
to
60fd845
Compare
e4fcb95
to
527e920
Compare
No description provided.