NextFaze / FazeKit

A collection of helper functions and extensions for Swift iOS apps
Apache License 2.0
4 stars 8 forks source link

UIResponder.resignAnyFirstResponder has wrong visibility #4

Closed swoolcock closed 6 years ago

swoolcock commented 6 years ago

https://github.com/NextFaze/FazeKit/blob/6050fe216179fa3621f2f913fcc0d0147d26a916/FazeKit/Classes/UIResponderAdditions.swift#L25

Should be public.

ricsantos commented 6 years ago

Fixed on develop