In one of my apps, I want to display an action sheet from a tab bar item in a tabbar controller and this action sheet should be accessible through out anywhere, if I click that tab bar item. I afraid this can be done, as the tab bar is tightly coupled with its view controllers. If anyone has any work around, it will be really helpful.
Thanks.