Display window from the menu bar - swift

I was wondering if there was a way in Xcode to, instead of displaying the normal menu items or popovers, display a normal window coming from the menu bar, similar to how third party apps like CleanMyMac do it.
Thanks in advance for any help provided.

Related

How to add a tab bar to a Mac application (Swift/AppKit)

I am creating a code editor for Mac using Xcode and Swift. I already have a toolbar (NSToolbar) but am not sure how I would achieve a tab design simmilar to Firefox's. I don't want to use NSTabView as those are more like tabbed buttons, and I am looking for a proper tab bar for Mac.
Example of what I want to achieve
In the below image, I have edited the tab bar from Firefox into the design of the app so you can see what I would like to accomplish.
Will I have to implement something like this from scratch, and if so - how would I go about doing it?
Thanks, dhilln.

iphone: facebook/linked in type side menu

Can somebody help me out how can I achieve a Facebook/linked in type side menu. I have achieved a slider view which slides and display menu, now i am not able to figure out how to display screens corresponding to each menu.
I have thought to have multiple navigation controllers corresponding to each menu option and load the navigationcontrollers top viewcontroller on each menu item click.
I dont want to use a 3rd party library for this
Looking forward for the answer.
Thanks
Ankit
You can find a solution at PKRevealController.

Blackberry 10 Left Slider

The menu slider that the menu is popping out from the left side of the screen is awesome.
"I was just trying to see how it can be emulated in my application.
Any one has a clue how it can be achieved?"
I want it to look exactly like on the picture, with menu items on the left.
There is a similar Android Question
You can use TabbedPane for that purpose, having left menu populated with set of Actions. However, usage of TabbedPane means you have to use Tabs.
In your case, you'll most likely have to use Actions menu which pops out from the right side as this complies with Blackberry Design Guidelines and fits your goals as I can see it from the screenshot provided better.

Load tableview on first start up only and populate tab bar accordingly

Ok I'm making an iPhone app that (only on the first time the user opens the app) loads a tableview with a list of, for example, sports teams. The user checks the sports teams he wants and taps the done button. Then the tab bar loads with the teams the user selected in the tab bar. Any way how to do this as far as a tutorial/ code? Thanks!
I think this link may help you: How to set iPhone tab bar icon in code?. For more help on how to use TabBarControllers, there are tons of sample code AND sample projects found here: UITabBarController Class Reference. Hope that helps!

iphone configurable menu like facebook app

Im just wanting to know what control to use to mimic the editable menu like the facebook app menu (i.e. 3*3 buttons and the user can click and hold on the menu and it will than allow them to edit the menu by dragging and dropping the buttons around the screen).
Thanks
Three 20 has the TTLauncher control which allows you to do this very easily.