Ramotion/expanding-collection

ConfigurationHelper.swift Init func should be public

Closed this issue · 2 comments

I could not access the func Init(...) as it is declared in the swift 3 version "internal func Init(_ ...". Had to change it to "public func Init(...)" so it could be reached by my project.

0ber commented

this code just for easier configuration: http://nshipster.com/new-years-2016/ Easier Configuration

Needs to be public. I can't understand what you said :(