Open
Description
InfiniteLayout_Example[89608:25311340]
This NSLayoutConstraint is being configured with a constant that exceeds internal limits. A smaller value will be substituted, but this problem should be fixed. Break on BOOL _NSLayoutConstraintNumberExceedsLimit(void) to debug. This will be logged only once. This may break in the future.
I found this problem when running example of custom layout
Metadata
Metadata
Assignees
Labels
No labels
Activity
seenoevo commentedon Feb 18, 2019
@arnauddorgans can you look at this please?
I'm having the same issue in my App, and it's driving me nuts!
hardikihorizon commentedon Jun 20, 2019
@seenoevo have you found any solution for this. I am also facing the same issue in my app for a custom layout.
clomas commentedon Jul 16, 2019
I'm not sure how to resolve the issue but I debugged it to this line inInfiniteCollectionView.swift
open override func layoutSubviews() {
super.layoutSubviews() <------------------here
self.updateLayoutIfNeeded()
}