- I want to implement a draggable bar for the bottom bar of kineto without using UIKit.
- Since I don’t need to display any content, I will implement it using CALayer.
- (The UI design is rough and temporary.)
- Problem:
- When trying to move the {sublayer}.frame by overwriting it, it becomes sluggish.
- Reason: It automatically animates.
- Solution: