Now that you know how to access the RPI using SSH we can move on to the Graphical access. Download the app VNC Viewer on your iPad and setup the remote connection on the RPI.
Connect to the RPI using vSSH lite and type the following commands to download and install the VNC server on the RPI:
sudo apt-get udpate
sudo apt-get install tightvncserver
Once it is installed, follow the user guide at the following address that will also indicate you how to setup VNC server so that it starts at the same time than the RPI when it boots so that you don’t have to connect to the RPI each time per SSH to start the VNC server:
https://www.raspberrypi.org/documentation/remote-access/vnc/