label.text = String(format:"%.1f hour", theOrder.bookingMins/60.0) The above code just get the error:'Int' is not convertible to 'Double'bookingMins is of ...
確定! 回上一頁