A UIKit Dynamic use of physics for a moving menu

Dynamic Menu

An example iOS14 app to demo a UIKit Dynamic use of physics for a moving menu. The menu freely moves as device is moved.

Menus can be varied by shape, color, border, font, size, background color and shadows.

Menus are generated from data contained in an array. Each menu item segues to a corresponding view controller of the same name and color.

Technical Info:
Xcode 12 project written in Swift 5 for iOS 14
Swift, UIKit Dynamics, Target Action, Storyboard. custom method chaining, AVFoundation

GitHub