label.text = String(format:\"%.1f hour\", theOrder.bookingMins/60.0)
The above code just get the error:\'Int\' is not convertible to \'Double\'
\'Int\' is not convertible to \'Double\'