moritzsternemann / SwipyCell

Easy to use UITableViewCell implementing swiping to trigger actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inaccessible due to 'internal' protection level

niazoff opened this issue · comments

Hi thanks @moritzsternemann and any other contributors. I'm trying to access color1 of the cell argument in the delegate but I get an error:

"'color1' is inaccessible due to 'internal' protection level."

Any help would be appreciated!

error

All that's required is a public keyword in the source actually.

Going to look into this tonight, thanks for submitting this Issue!