Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest master + unselected color + pod/spm support #5

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    3784577 View commit details
    Browse the repository at this point in the history
  2. Fix typo in README

    ikesyo authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    c88117e View commit details
    Browse the repository at this point in the history
  3. [Example] Update PostCell to use contentView

    We need to place subviews onto UITableViewCell's contentView (to use `UITableViewCell.insetsContentViewsToSafeArea`).
    ikesyo authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    685a37f View commit details
    Browse the repository at this point in the history
  4. # modifiy README.md example code

    by swift 4.1 syntax
    
    * UIColor.whiteColor() -> UIColor.white
    * UIFont.systemFontOfSize(18) -> UIFont.systemFont(ofSize: 18)
    dotkebi authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    04b9766 View commit details
    Browse the repository at this point in the history
  5. # modifiy README.md example code

    by swift 4.1 syntax
    
    * UIView.animate
    * CGAffineTransform
    dotkebi authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    9c8b8a0 View commit details
    Browse the repository at this point in the history
  6. Update xcode version in Travis config

    mats-claassen authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    513c0fb View commit details
    Browse the repository at this point in the history
  7. Release version 8.1.0 (xmartlabs#639)

    mats-claassen authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    0efcbfd View commit details
    Browse the repository at this point in the history
  8. fix wording in a few places

    e.g. missing commas, verb tense correction, and the like.
    ajRiverav authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    a8dba82 View commit details
    Browse the repository at this point in the history
  9. Set selectedBarVerticalAlignment

    BaseButtonBarPagerTabStripViewController.buttonBarView.selectedBarVerticalAlignment did not respect the settings in the style.
    
    This meant that any subclasses of BaseButtonBarPagerTabStripViewController could not change the vertical alignment of the selected bar.
    oadk authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    3386c0c View commit details
    Browse the repository at this point in the history
  10. Update ButtonBarPagerTabStripViewController.swift

    Prefer the indicatorInfo's accessibilityLabel
    marcshilling authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    bca61aa View commit details
    Browse the repository at this point in the history
  11. Update ButtonBarViewCell.swift

    Add UIKit import as it creates a compile time error
    Khronoss authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ffd7658 View commit details
    Browse the repository at this point in the history
  12. convert example source code to swift 4.2

    Martin Barreto authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    b0c50a6 View commit details
    Browse the repository at this point in the history
  13. remove unused line

    Martin Barreto authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    9cf7b9d View commit details
    Browse the repository at this point in the history
  14. minor fixes

    Martin Barreto authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    5da5d6b View commit details
    Browse the repository at this point in the history
  15. readme update

    Martin Barreto authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    0b936b4 View commit details
    Browse the repository at this point in the history
  16. Upgrade to Xcode 10.2

    Yunus TEK authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    95425f4 View commit details
    Browse the repository at this point in the history
  17. Upgrade to Swift 5.0

    Yunus TEK authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    cd0a061 View commit details
    Browse the repository at this point in the history
  18. Deployment Target has been upgraded to iOS 9.3

    Yunus TEK authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    4aa949f View commit details
    Browse the repository at this point in the history
  19. Deprecated changes is applied.

    Yunus TEK authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    7f7fe0c View commit details
    Browse the repository at this point in the history
  20. swift 5 support

    Martin Barreto authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ca99c95 View commit details
    Browse the repository at this point in the history
  21. deleted deprecated method

    Martin Barreto authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    0205671 View commit details
    Browse the repository at this point in the history
  22. minor readme change

    Martin Barreto authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    8eaa0e2 View commit details
    Browse the repository at this point in the history
  23. Update README.md

    Martin Barreto authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    04dbac2 View commit details
    Browse the repository at this point in the history
  24. Update README.md

    Martin Barreto authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    7c716aa View commit details
    Browse the repository at this point in the history
  25. Update README.md

    Martin Barreto authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    cfac320 View commit details
    Browse the repository at this point in the history
  26. Update README.md

    Martin Barreto authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    910c19d View commit details
    Browse the repository at this point in the history
  27. Create FUNDING.yml

    enrigalmig authored and Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    311052d View commit details
    Browse the repository at this point in the history
  28. updated to the latest xcode suggestions

    Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    16fef07 View commit details
    Browse the repository at this point in the history
  29. support spm

    Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    5cb1ff4 View commit details
    Browse the repository at this point in the history
  30. xm updated unselected color

    Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ac51f9d View commit details
    Browse the repository at this point in the history
  31. update podspec

    Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    4920d6b View commit details
    Browse the repository at this point in the history
  32. proper podspec setup

    Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    230d7f7 View commit details
    Browse the repository at this point in the history
  33. example app updated

    Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    506d6c0 View commit details
    Browse the repository at this point in the history
  34. specs updated

    Max Kupetskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    43906e3 View commit details
    Browse the repository at this point in the history