Is it possible to use the diffable data source in addition to supporting the older implementations for the lower ios versions.
Asked
Active
Viewed 62 times
0
-
I'm using https://github.com/ra1028/DiffableDataSources in two projects. It's pretty similar to Apple's implementation. – vadian May 28 '20 at 13:41
-
Sure @vadian will check it out. Also was actually thinking more on the lines of supporting the older versions with the older code and using diffable for newer versions; the diffable code eventually replacing the older. – SSS May 29 '20 at 06:23
-
Use `#available` for conditional compiling. – vadian May 29 '20 at 16:32