Answers

To record an Answer to a Question, the BookingForm provides the following method

let answer = TextualAnwer("John", question: question)
bookingForm.addAnswer(answer)

Last updated