samodom / TestableUIKit

Spies for UIKit components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove workaround for selector reference ambiguity

samodom opened this issue · comments

There is currently an issue representing selectors with the current #selector syntax that forces us to do things like this:

static let setNeedsDisplay = #selector(UIView.setNeedsDisplay as (UIView) -> () -> Void)
  • Apple has fixed this issue

Archiving repository -- closing issue.