Insertion sort visualization
Checkout 'develop' branch.
Open XCode workspace file and build.
All dependencies are checked in.
To build on device configure code signing, plug the device and run.
iOS 10+
XCode 8.3+
App loads prefilled with randomly generated data. You can use green buttons to go step by step forward and backwards through the sorting process. 'Play' button runs sorting automatically.
Use input field to load your data or button to the right to load random values.
Segmented control options allows you to start with sorted data, sorted in reverse order or random ordering.