@@ -425,6 +425,78 @@ <h4>Declaration</h4>
425425 </ section >
426426 </ div >
427427 </ li >
428+ < li class ="item ">
429+ < div >
430+ < code >
431+ < a name ="/s:22ReactiveCollectionsKit13CellViewModelP12didHighlightyyF "> </ a >
432+ < a name ="//apple_ref/swift/Method/didHighlight() " class ="dashAnchor "> </ a >
433+ < a class ="token " href ="#/s:22ReactiveCollectionsKit13CellViewModelP12didHighlightyyF "> didHighlight()</ a >
434+ </ code >
435+ < span class ="declaration-note ">
436+ Default implementation
437+ </ span >
438+ </ div >
439+ < div class ="height-container ">
440+ < div class ="pointer-container "> </ div >
441+ < section class ="section ">
442+ < div class ="pointer "> </ div >
443+ < div class ="abstract ">
444+ < p > Tells the view model that its cell was highlighted.
445+ This corresponds to the delegate method < code > collectionView(_:didHighlightItemAt:)</ code > .</ p >
446+
447+ </ div >
448+ < h4 > Default Implementation</ h4 >
449+ < div class ="default_impl abstract ">
450+ < p > Default implementation. Does nothing.</ p >
451+
452+ </ div >
453+ < div class ="declaration ">
454+ < h4 > Declaration</ h4 >
455+ < div class ="language ">
456+ < p class ="aside-title "> Swift</ p >
457+ < pre class ="highlight swift "> < code > < span class ="kd "> func</ span > < span class ="nf "> didHighlight</ span > < span class ="p "> ()</ span > </ code > </ pre >
458+
459+ </ div >
460+ </ div >
461+ </ section >
462+ </ div >
463+ </ li >
464+ < li class ="item ">
465+ < div >
466+ < code >
467+ < a name ="/s:22ReactiveCollectionsKit13CellViewModelP14didUnhighlightyyF "> </ a >
468+ < a name ="//apple_ref/swift/Method/didUnhighlight() " class ="dashAnchor "> </ a >
469+ < a class ="token " href ="#/s:22ReactiveCollectionsKit13CellViewModelP14didUnhighlightyyF "> didUnhighlight()</ a >
470+ </ code >
471+ < span class ="declaration-note ">
472+ Default implementation
473+ </ span >
474+ </ div >
475+ < div class ="height-container ">
476+ < div class ="pointer-container "> </ div >
477+ < section class ="section ">
478+ < div class ="pointer "> </ div >
479+ < div class ="abstract ">
480+ < p > Tells the view model that the highlight was removed from its cell.
481+ This corresponds to the delegate method < code > collectionView(_:didUnhighlightItemAt:)</ code > .</ p >
482+
483+ </ div >
484+ < h4 > Default Implementation</ h4 >
485+ < div class ="default_impl abstract ">
486+ < p > Default implementation. Does nothing.</ p >
487+
488+ </ div >
489+ < div class ="declaration ">
490+ < h4 > Declaration</ h4 >
491+ < div class ="language ">
492+ < p class ="aside-title "> Swift</ p >
493+ < pre class ="highlight swift "> < code > < span class ="kd "> func</ span > < span class ="nf "> didUnhighlight</ span > < span class ="p "> ()</ span > </ code > </ pre >
494+
495+ </ div >
496+ </ div >
497+ </ section >
498+ </ div >
499+ </ li >
428500 < li class ="item ">
429501 < div >
430502 < code >
@@ -556,7 +628,7 @@ <h4>Declaration</h4>
556628 </ section >
557629 </ section >
558630 < section id ="footer ">
559- < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-08-06 )</ p >
631+ < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-08-13 )</ p >
560632 < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external noopener "> jazzy ♪♫ v0.15.1</ a > , a < a class ="link " href ="https://realm.io " target ="_blank " rel ="external noopener "> Realm</ a > project.</ p >
561633 </ section >
562634 </ article >
0 commit comments