Create a simple left slideout menu with Swift
Stars
87
Forks
24
Watchers
87
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #5 from NogbadTheBad/swiftLanguageUpdates
64b6b8eView on GitHubOnly opens a push segue on the selected tab. Otherwise, both tabs will open the push.
3f6a1ceView on GitHubAddresses the bug where the content offset resets every time you switch tabs or opened a segue.
4c66699View on GitHubEmbeds the left menu in a navigation controller, as a means to manage the status bar overlap
8395823View on GitHubTrying to figure out the content.offset.x value as tabs are switched and segues are triggered
9428037View on GitHubRevert "Setting the storyboard constraints such that the left menu is 260 pixels off-screen to the left. Basically the normal state, as one would expect. This prevents situations where the menu flies open when switching tabs or rotating the device. This changes the x-offset numbers, so the logic in ContainerVC had to be updated accordingly."
a131eceView on GitHubSetting the storyboard constraints such that the left menu is 260 pixels off-screen to the left. Basically the normal state, as one would expect. This prevents situations where the menu flies open when switching tabs or rotating the device. This changes the x-offset numbers, so the logic in ContainerVC had to be updated accordingly.
9d05fa1View on GitHub