-
Notifications
You must be signed in to change notification settings - Fork 146
Not Showing #89
Copy link
Copy link
Open
Description
New Issue Checklist
- I updated Magnetic to the latest version.
- I read the Contribution Guidelines.
- I read the documentation.
- I searched for existing GitHub issues.
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
