Boris-Em / BEMSimpleLineGraph

Elegant Line Graphs for iOS. (Charting library)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unavailable some functions after migrating to swift 3

anirudhamahale opened this issue · comments

I am using BEMSimpleLineGraph (4.1) after migrating from swift 2.3 to swift 3 it gives the below error
screen shot 2017-04-04 at 11 15 05 am

How do I solve this issue?

I found the solution for this, don't confirm to delegate, for more info see this #214

@anirudhamahale If a method "has been marked unavailable" that means it is still defined but is, well, no longer available for use. In this case, implementing those methods will have no effect and they will not be called. Check the header for the new methods to implement.