pontachandazo
Results
2
comments of
pontachandazo
In addition to...if the width of scrolled itemview is too big, that's not working !! Be Care!!
` //セット sceneMapping[scene] = ActivityRingScene(size: CGSize(width: 150, height: 150)) sceneMapping[sleepEfficiencyScene] = ActivityRingScene(size: CGSize(width: 145, height: 145)) for (interfaceScene, ringScene) in sceneMapping { interfaceScene.presentScene(ringScene) ringScene.animateProgress(to: 0.75, withDuration: 2.0) ringScene.ringWidth = 5...