Skip to content

NSLayoutConstraintNumberExceedsLimit #4

Open
@huynguyen-quoc

Description

@huynguyen-quoc

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

Activity

seenoevo

seenoevo commented on Feb 18, 2019

@seenoevo

@arnauddorgans can you look at this please?

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

hardikihorizon

hardikihorizon commented on Jun 20, 2019

@hardikihorizon

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

clomas

clomas commented on Jul 16, 2019

@clomas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      NSLayoutConstraintNumberExceedsLimit · Issue #4 · arnauddorgans/InfiniteLayout