Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jonkykong/SideMenu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: commandpostsoft/SwiftSideMenu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 11 files changed
  • 1 contributor

Commits on Oct 22, 2025

  1. Update .gitignore to exclude .build/ and *.md files

    Added .build/ and *.md patterns to .gitignore to prevent build artifacts and markdown files from being tracked in the repository.
    AdrianCurtin committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    3b68f85 View commit details
    Browse the repository at this point in the history
  2. Refactor background color handling in SideMenu

    Removed backgroundColor property from SideMenuPresentationStyle and related usage, setting status bar and container backgrounds to clear. Updated protocol inheritance from 'class' to 'AnyObject' for Swift 5. Fixed trait collection propagation when adding presented view. Added dismissMenuWithTap for improved tap-to-dismiss logic.
    AdrianCurtin committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    8d2d0e1 View commit details
    Browse the repository at this point in the history
  3. Raise minimum iOS version to 13.0

    Updated Package.swift, SideMenu.podspec, and README.md to require iOS 13.0 or higher. This change reflects usage of APIs only available in iOS 13+, and informs users to remain on version 6.5.0 if supporting older iOS versions.
    AdrianCurtin committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    47fa9c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Add presenting view to container for animation

    The presenting view controller's view is now added to the containerView alongside the presented view to enable synchronized animation. This change helps prevent trait collection inconsistencies and improves the reliability of the side menu presentation.
    AdrianCurtin committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    bef686f View commit details
    Browse the repository at this point in the history
Loading