Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

v2.6.1: Fix MarqueeLabel NSNotifications

Compare
Choose a tag to compare
@cbpowell cbpowell released this 02 Feb 04:47
· 37 commits to master since this release
  • Fixes a crash caused by an 'unrecognized selector' exception, due to private NSNotification handler functions (fixes #24)
  • Removes the NSNotification handler for UINavigationViewController push/pop observation, reducing complexity (aa39f32)
  • Corrects some long-standing errors in the Swift version of the NSNotification code (6dab3ea & b11a276)