I have an app that has 2 NSTabViews and each of those has a couple of NSTabViewItems. I need some code that checks to see which NSTabViewItems are selected. I have looked over the documentation but have had no luck (I am not very good at understanding the documentation as I am a novice programmer).
Can someone help me on what method from either NSTabView or NSTabViewItem I would use and what the syntax might look like?