Skip to content
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

NSLayoutConstraintNumberExceedsLimit #4

Open
huynguyen-quoc opened this issue Sep 20, 2018 · 3 comments
Open

NSLayoutConstraintNumberExceedsLimit #4

huynguyen-quoc opened this issue Sep 20, 2018 · 3 comments

Comments

@huynguyen-quoc
Copy link

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

@seenoevo
Copy link

@arnauddorgans can you look at this please?

I'm having the same issue in my App, and it's driving me nuts!

@hardikihorizon
Copy link

@seenoevo have you found any solution for this. I am also facing the same issue in my app for a custom layout.

@clomas
Copy link

clomas commented 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()
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants