codeandtheory / YCoreUI

Core components for iOS and tvOS to accelerate building user interfaces in code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Localizable.tableName` needs a public default implementation

mpospese opened this issue · comments

Intro

In Issue #7 we expanded the Localizable protocol with optional tableName. This was intended to have a default implementation (returns nil) but we forgot to mark it as public, so effectively it has no default implementation.

Task

mark Localizable.tableName default implementation (in the extension) as public.