Swift Tutorials:- How to create radio button in iOS and use it in UITableView

Published: 01 January 1970
on channel: Swift Tutorials
13,820
84

In this video we will learn how to create and integrate #radio-button functionality inside our #iOS app using #swift language. Radio buttons are normally used in cases where user is allowed to pick only one option out of multiple choices. For example chose between gender or marital status or selecting an answer from a multiple choice question.

During this video we will add radio button functionality using UITableView and also learn how to maintain selection of radio option chosen by user while using reusability of UITableView cell.