Skip to content

Commit 2f38301

Browse files
committed
Releasing version 8.2.0.
1 parent 21551f7 commit 2f38301

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+261
-155
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
# Next
55

6+
## [8.2.0](https://github.com/DenTelezhkin/DTCollectionViewManager/releases/tag/8.2.0)
7+
68
### Changed
79

810
* `UICollectionViewDatasource`.`indexTitles(for:)` and `UICollectionViewDatasource`.`collectionView(_: indexPathForIndexTitle:at:)` methods and events now require iOS 14 (and seem to be working only on iOS 14) as per SDK changes in Xcode 12.5.

DTCollectionViewManager.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DTCollectionViewManager'
3-
s.version = "8.1.0"
3+
s.version = "8.2.0"
44
s.license = 'MIT'
55
s.summary = 'Protocol-oriented UICollectionView management, powered by generics and associated types.'
66
s.homepage = 'https://github.com/DenTelezhkin/DTCollectionViewManager'

Supporting files/Framework.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>8.1.0</string>
18+
<string>8.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

docs/Classes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -394,7 +394,7 @@ <h4>Declaration</h4>
394394
</article>
395395
</div>
396396
<section class="footer">
397-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
397+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
398398
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
399399
</section>
400400
</body>

docs/Classes/CollectionViewUpdater.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -365,7 +365,7 @@ <h4>Declaration</h4>
365365
</article>
366366
</div>
367367
<section class="footer">
368-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
368+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
369369
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
370370
</section>
371371
</body>

docs/Classes/DTCollectionViewDataSource.html

+42-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -296,6 +296,44 @@ <h4>Declaration</h4>
296296
</section>
297297
</div>
298298
</li>
299+
<li class="item">
300+
<div>
301+
<code>
302+
<a name="/"></a>
303+
<a name="//apple_ref/swift/Method/indexTitles(for:)" class="dashAnchor"></a>
304+
<a class="token" href="#/">indexTitles(for:)</a>
305+
</code>
306+
</div>
307+
<div class="height-container">
308+
<div class="pointer-container"></div>
309+
<section class="section">
310+
<div class="pointer"></div>
311+
<div class="abstract">
312+
<p>Implementation of <code>UICollectionViewDataSource</code> protocol.</p>
313+
314+
</div>
315+
</section>
316+
</div>
317+
</li>
318+
<li class="item">
319+
<div>
320+
<code>
321+
<a name="/"></a>
322+
<a name="//apple_ref/swift/Method/collectionView(_:indexPathForIndexTitle:at:)" class="dashAnchor"></a>
323+
<a class="token" href="#/">collectionView(_:indexPathForIndexTitle:at:)</a>
324+
</code>
325+
</div>
326+
<div class="height-container">
327+
<div class="pointer-container"></div>
328+
<section class="section">
329+
<div class="pointer"></div>
330+
<div class="abstract">
331+
<p>Implementation of <code>UICollectionViewDataSource</code> protocol.</p>
332+
333+
</div>
334+
</section>
335+
</div>
336+
</li>
299337
<li class="item">
300338
<div>
301339
<code>
@@ -309,7 +347,7 @@ <h4>Declaration</h4>
309347
<section class="section">
310348
<div class="pointer"></div>
311349
<div class="abstract">
312-
<p>Implementation of <code>UICollectionViewDataSource</code> protocol.</p>
350+
<p>Undocumented</p>
313351

314352
</div>
315353
<div class="declaration">
@@ -336,7 +374,7 @@ <h4>Declaration</h4>
336374
<section class="section">
337375
<div class="pointer"></div>
338376
<div class="abstract">
339-
<p>Implementation of <code>UICollectionViewDataSource</code> protocol.</p>
377+
<p>Undocumented</p>
340378

341379
</div>
342380
<div class="declaration">
@@ -358,7 +396,7 @@ <h4>Declaration</h4>
358396
</article>
359397
</div>
360398
<section class="footer">
361-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
399+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
362400
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
363401
</section>
364402
</body>

docs/Classes/DTCollectionViewDelegate.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -1087,7 +1087,7 @@ <h4>Declaration</h4>
10871087
</article>
10881088
</div>
10891089
<section class="footer">
1090-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
1090+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
10911091
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
10921092
</section>
10931093
</body>

docs/Classes/DTCollectionViewDelegateWrapper.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -245,7 +245,7 @@ <h4>Declaration</h4>
245245
</article>
246246
</div>
247247
<section class="footer">
248-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
248+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
249249
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
250250
</section>
251251
</body>

docs/Classes/DTCollectionViewDragDelegate.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -331,7 +331,7 @@ <h4>Declaration</h4>
331331
</article>
332332
</div>
333333
<section class="footer">
334-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
334+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
335335
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
336336
</section>
337337
</body>

docs/Classes/DTCollectionViewDropDelegate.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -331,7 +331,7 @@ <h4>Declaration</h4>
331331
</article>
332332
</div>
333333
<section class="footer">
334-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
334+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
335335
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
336336
</section>
337337
</body>

docs/Classes/DTCollectionViewDropPlaceholderContext.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -253,7 +253,7 @@ <h4>Declaration</h4>
253253
</article>
254254
</div>
255255
<section class="footer">
256-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
256+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
257257
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
258258
</section>
259259
</body>

docs/Classes/DTCollectionViewManager.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -790,7 +790,7 @@ <h4>Declaration</h4>
790790
<section class="section">
791791
<div class="pointer"></div>
792792
<div class="abstract">
793-
<p>Registers <code>closure</code> to be executed, when <code>UICollectionViewDataSource.indexTitlesForCollectionView(_:)</code> method is called.</p>
793+
<p>Undocumented</p>
794794

795795
</div>
796796
<div class="declaration">
@@ -817,7 +817,7 @@ <h4>Declaration</h4>
817817
<section class="section">
818818
<div class="pointer"></div>
819819
<div class="abstract">
820-
<p>Registers <code>closure</code> to be executed when <code>UICollectionViewDataSource.collectionView(_:indexPathForIndexTitle:)</code> method is called.</p>
820+
<p>Undocumented</p>
821821

822822
</div>
823823
<div class="declaration">
@@ -3466,7 +3466,7 @@ <h4>Declaration</h4>
34663466
</article>
34673467
</div>
34683468
<section class="footer">
3469-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
3469+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
34703470
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
34713471
</section>
34723472
</body>

docs/Classes/DTCollectionViewManagerAnomalyHandler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -223,7 +223,7 @@ <h4>Declaration</h4>
223223
</article>
224224
</div>
225225
<section class="footer">
226-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
226+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
227227
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
228228
</section>
229229
</body>

docs/Enums.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -169,7 +169,7 @@ <h4>Declaration</h4>
169169
</article>
170170
</div>
171171
<section class="footer">
172-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
172+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
173173
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
174174
</section>
175175
</body>

docs/Enums/DTCollectionViewManagerAnomaly.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -552,7 +552,7 @@ <h4>Declaration</h4>
552552
</article>
553553
</div>
554554
<section class="footer">
555-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
555+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
556556
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
557557
</section>
558558
</body>

docs/Extensions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -165,7 +165,7 @@ <h4>Declaration</h4>
165165
</article>
166166
</div>
167167
<section class="footer">
168-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
168+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
169169
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
170170
</section>
171171
</body>

docs/Extensions/ViewModelMapping.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -866,7 +866,7 @@ <h4>Declaration</h4>
866866
</article>
867867
</div>
868868
<section class="footer">
869-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
869+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
870870
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
871871
</section>
872872
</body>

docs/Protocols.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -165,7 +165,7 @@ <h4>Declaration</h4>
165165
</article>
166166
</div>
167167
<section class="footer">
168-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
168+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
169169
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
170170
</section>
171171
</body>

docs/Protocols/DTCollectionViewManageable.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
DTCollectionViewManager Docs
2525
</a>
26-
(74% documented)
26+
(73% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -248,7 +248,7 @@ <h4>Declaration</h4>
248248
</article>
249249
</div>
250250
<section class="footer">
251-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
251+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
252252
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
253253
</section>
254254
</body>

0 commit comments

Comments
 (0)