10 hours ago
MarqueeLabel

4.5.3

What's Changed

  • Changed the custom compilation condition flag from DEBUG to MARQUEELABEL_DEBUG for the new visual debugging features, so that it's not activated unintentionally/unexpectedly when using the more broad DEBUG flag. (thanks @Liyongcong!, ref #303)

Full Changelog: https://github.com/cbpowell/MarqueeLabel/compare/4.5.2...4.5.3

1 days ago
MarqueeLabel

v4.5.2: UIGlassEffect fixes

What's Changed

  • Fixed functionality when MarqueeLabels are used with UIGlassEffect - much thanks to @LeoNatan and @KaiOelfke for their help on #301!

Full Changelog: https://github.com/cbpowell/MarqueeLabel/compare/4.5.1...4.5.2

2 days ago
LNPopupController

v4.0.5

  • Popup bar layout improvements
  • Refined LNPopupBarAppearance.floatingBackgroundCornerConfiguration for Swift
  • Marquee scroll improvements
  • Fixed compilation issues on Xcode 16.x
8 days ago
LNPopupController

v4.0.4

  • Fixed marquee scrolling on iOS 26.0
  • Improved bar and popup transitions on iOS 26.0
9 days ago
LNPopupController

v4.0.3

  • Improved drawing of floating bars with non-glass visual effect and their shadows on iOS 26
  • Improved popup bar context menu preview target
9 days ago
LNPopupController

v4.0.2

  • The project once again compiles under Xcode older than 26 betas
  • On iOS 26, custom bars now inherit the same floating look and feel as standard floating bars
    • Use LNPopupBarAppearance.floatingBackgroundEffect, LNPopupBarAppearance.floatingBackgroundCornerConfiguration (new) and LNPopupBarAppearance.customBarWantsFullBarWidth (new) to augment how your custom popup bar is presented to the user
    • On iOS 18.x and below, look and feel should remain the same as before
10 days ago
MarqueeLabel

v4.5.1: Xcode 16 fixes

What's Changed

New Contributors

Full Changelog: https://github.com/cbpowell/MarqueeLabel/compare/4.5.0...4.5.1

13 days ago
Popups

4.0.2

What's Changed

  • Added iOS 26 compatibility and fixed related issues

Acknowledgment: Big thanks to @Nathan1258 for your contribution 🙌 Your changes helped improve compatibility, and we appreciate the support!

Full Changelog: https://github.com/Mijick/Popups/compare/4.0.1...4.0.2

13 days ago
LNPopupController

v4.0.1

iOS 26 Support

  • The framework will look and feel just at home on glass design
  • The popup bar background and the popup content view use glass effect by default
    • Blur effects are still supported, through LNPopupBarAppearance
  • New bar present and dismiss transitions on iOS 26
  • UIDesignRequiresCompatibility is fully supported; the framework should behave as much as possible as if running on iOS 18 and below
  • The legacy .compact and .prominent bar styles are deprecated and are no longer supported on iOS 26
    • Instead, the framework introduces .floatingCompact, in addition to the existing .floating, which should be used as a replacement for the legacy styles
  • Some additional deprecations on iOS 26
  • Deprecated APIs continue to function as expected when UIDesignRequiresCompatibility is set to YES, as well as on older iOS versions
13 days ago
LNPopupController

v4.0.0

iOS 26 Support

  • The framework will look and feel just at home on glass design
  • The popup bar background and the popup content view use glass effect by default
    • Blur effects are still supported, through LNPopupBarAppearance
  • New bar present and dismiss transitions on iOS 26
  • UIDesignRequiresCompatibility is fully supported; the framework should behave as much as possible as if running on iOS 18 and below
  • The legacy .compact and .prominent bar styles are deprecated and are no longer supported on iOS 26
    • Instead, the framework introduces .floatingCompact, in addition to the existing .floating, which should be used as a replacement for the legacy styles
  • Some additional deprecations on iOS 26
  • Deprecated APIs continue to function as expected when UIDesignRequiresCompatibility is set to YES, as well as on older iOS versions