I was following this tutorial on how to create radio button group. But it seems Radio Group is no longer available in the Xcode 7 library and I didn't find much information about it. How do I create something like this:
Thanks very much.
I was following this tutorial on how to create radio button group. But it seems Radio Group is no longer available in the Xcode 7 library and I didn't find much information about it. How do I create something like this:
Thanks very much.
Quoting from the Xcode 7 release notes:
So drag individual radio buttons and make sure you connect them all to the same outlet!
Thanks to Eric's advice, I went back and placed the radio buttons in the same superview and it worked.
This way of doing radio button groups is "soft deprecated", follow what Xcode 7 says when selecting a radio button: