Skip to content

Not Showing #89

@syedrazackimran

Description

@syedrazackimran

New Issue Checklist

Issue Description

Environment

  • iOS Version: 13.3
  • Device(s): 11pro Max
    private func makeNode() {
        congifureMagneticView()
        for (_, element) in genreArray.enumerated() {
            let node = ImageNode(text: element.name, image: nil, color: Color.TextColor, radius: 40)
            node.label.fontName = FontsName.Avenir.DemiBold
            node.label.fontColor = Color.MainBackGroundColor
            node.label.fontSize = 14
            magnetic.addChild(node)
        }
    }

 private func congifureMagneticView() {
  magneticView = MagneticView()
        mageneticSubView.addSubview(magneticView)
        magneticView.fillSuperview()
        magnetic = magneticView.magnetic
        magnetic.calculateAccumulatedFrame()
        magnetic.magneticDelegate = self
    }

genreArray count 20 sets of Objects when I added to the magnetic node it's showing only 10 results mean half of the array count.

Refer screenshots

Simulator Screen Shot - iPhone 11 Pro Max - 2020-03-12 at 15 52 51

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