Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1 KB

File metadata and controls

20 lines (12 loc) · 1 KB

iOS_SideMenu_Example

This is just a short example of a Swift Project creating a basic side menu iOS application.

No external libraries outside of what came with xCode were used.

I ran this application with the following,

Once compiled, the application should present the Home View Controller as seen below with the hidden menu in the upper left of the screen.

alt text

Clicking the three lines in the upper left will cause the menu to slide in from the left. The menu will be populated with a few different options and selecting any of the options will cause the automation to present the given view through the UI.

alt text