You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`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.
Copy file name to clipboardExpand all lines: docs/Classes/DTCollectionViewManager.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
<aclass="header-link" href="../index.html">
24
24
DTCollectionViewManager Docs
25
25
</a>
26
-
(74% documented)
26
+
(73% documented)
27
27
</p>
28
28
29
29
<pclass="header-col--secondary">
@@ -790,7 +790,7 @@ <h4>Declaration</h4>
790
790
<sectionclass="section">
791
791
<divclass="pointer"></div>
792
792
<divclass="abstract">
793
-
<p>Registers <code>closure</code> to be executed, when <code>UICollectionViewDataSource.indexTitlesForCollectionView(_:)</code> method is called.</p>
793
+
<p>Undocumented</p>
794
794
795
795
</div>
796
796
<divclass="declaration">
@@ -817,7 +817,7 @@ <h4>Declaration</h4>
817
817
<sectionclass="section">
818
818
<divclass="pointer"></div>
819
819
<divclass="abstract">
820
-
<p>Registers <code>closure</code> to be executed when <code>UICollectionViewDataSource.collectionView(_:indexPathForIndexTitle:)</code> method is called.</p>
0 commit comments