I\'m using xCode 6.2 beta 2 and tried to hide and show group programmatically but there is no method shown where i can write group.hidden=YES or group.hidden=
group.hidden=YES
group.hidden=
If you're using a swift you can use this code:
mygroup.setHidden(true)// set true --> false if you want to show the group