NKSystemVolumeControl

Description

NKSystemVolumeControl is used to control iOS sound volume globally.

Only available on Device - simulator will show "No Volume Available" message.

Usage

init(x, y, width)

Example

var sysVol = new NKSystemVolumeControl();
sysVol.init(10, 10, 300);
sysVol.show();

Initializes and shows UI control to control system sound volume, looks similar to progress bar. As with most NK native controls, it is fixed position (ie. does not scroll with web page) but can be called multiple times to reposition control if needed.