How I can make two groups of radioButtons in one scene? If i use group = self.view I have one group radioButton.
You can create a new group (display.newGroup ) , and insert each set of radio buttons into the groups. Once done, just insert these new groups into the main group ( group:insert( yourNewDisplayGroup ) )
You can create a new group (display.newGroup ) , and insert each set of radio buttons into the groups. Once done, just insert these new groups into the main group ( group:insert( yourNewDisplayGroup ) )