Add TabView Item in Xcode
I’m totally noob when it comes to GUI programming in Xcode. Well, I’m not an expert in anything related to Xcode really. But from times to times I do small projects in Xcode for my own amusement. This time I was doing a small UDP thing for MAC. And wanted to use the TabView control to switch between some stuff in my application. Since I’m not a good friend with Xcode, my other friend Google usually helps me around.
To google for Add TabView item in Xcode didn’t get me very far. I found a lot of iOS related tabViews, but no TabViews for OS X. OS X seems a bit under represented on Google. Maybe people only develop iOS applications instead of OS X applications with Xcode.
Anyway after some playing around I discovered that you could simply just select one of the tab items, press CMD + C and just press CMD + V to paste as many new TabView items that I wanted.
So thats it for Add tabView item in Xcode.
Happy Adding!