Chapter 11 - page 212 - 'timelineview

let sourceTimeline = TimelineView.make()
let replayedTimeline = TimelineView.make()

doenst work for me because ‘TimelineView’ doesnt exists

Hi @tomatealbertini, there is the following note on page 210:

Note: This playground uses advanced features of Xcode playgrounds. Xcode does not fully support importing linked frameworks from within files in the common Sources subfolder. Therefore, each playground page has to include a small bit of code (the part of TimelineView that depends on RxSwift) to function properly. Just ignore this code and leave it at bottom of the page.

You should be able to find the relevant code in the supplied project files but please let me know if you are still having issues! Thanks :slight_smile:

This topic was automatically closed after 166 days. New replies are no longer allowed.