ra1028 / DiffableDataSources

💾 A library for backporting UITableView/UICollectionViewDiffableDataSource.
https://ra1028.github.io/DiffableDataSources
Apache License 2.0
849 stars 68 forks source link

Cannot compile example macOS application #26

Open sidepelican opened 4 years ago

sidepelican commented 4 years ago

Checklist

Expected Behavior

We can compile example macOS application

Current Behavior

has compile error.

https://github.com/ra1028/DiffableDataSources/blob/581b4f8d1634e83c6b33caaafdc6a115a74650c3/Examples/Example-macOS/MountainsViewController.swift#L52

this let should be var

Steps to Reproduce

  1. just run Example-macOS

Environments