I am trying to load a tabbar with multiple view, but I want few tabs opened only if the user has permission. Is there any delegate call that will handle this? I looked in tabbardelegate it only has didSelectItem unlike the textfield which has bool for return text so I choice to return or not.
Thanks