-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathCollectionCellAdaptable.html
181 lines (176 loc) · 7.82 KB
/
CollectionCellAdaptable.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<title>CollectionCellAdaptable Protocol Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></script>
<script src="../js/jazzy.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Protocol/CollectionCellAdaptable" class="dashAnchor"></a>
<a title="CollectionCellAdaptable Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Collor Docs</a> (0% documented)</p>
<p class="header-right"><a href="https://github.com/voyages-sncf-technologies/Collor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right"><a href="dash-feed://https%3A%2F%2Fgithub%2Ecom%2Fvoyages%2Dsncf%2Dtechnologies%2Fdocsets%2FCollor%2Exml"><img src="../img/dash.png"/>Install in Dash</a></p>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">Collor Reference</a>
<img id="carat" src="../img/carat.png" />
CollectionCellAdaptable Protocol Reference
</p>
</div>
<div class="content-wrapper">
<nav class="sidebar">
<ul class="nav-groups">
<li class="nav-group-name">
<a href="../Classes.html">Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Classes/CollectionData.html">CollectionData</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CollectionDataSource.html">CollectionDataSource</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CollectionDelegate.html">CollectionDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CollectionUpdater.html">CollectionUpdater</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Extensions.html">Extensions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Extensions/NSExceptionName.html">NSExceptionName</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/UICollectionView.html">UICollectionView</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Functions.html">Functions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Functions.html#/s:6Collor4bindySo16UICollectionViewC010collectionD0_AA14CollectionDataC4withAA0F8DelegateC3andAA0fG6SourceCAKtF">bind(collectionView:with:and:and:)</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Protocols.html">Protocols</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Protocols.html#/s:6Collor17CollectionAdapterP">CollectionAdapter</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/CollectionCellAdaptable.html">CollectionCellAdaptable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/CollectionCellDescribable.html">CollectionCellDescribable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/CollectionDidSelectCellDelegate.html">CollectionDidSelectCellDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/CollectionSectionDescribable.html">CollectionSectionDescribable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols.html#/s:6Collor27CollectionUserEventDelegateP">CollectionUserEventDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/Diffable.html">Diffable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/Identifiable.html">Identifiable</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Structs.html">Structs</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Structs/CollorDiff.html">CollorDiff</a>
</li>
<li class="nav-group-task">
<a href="../Structs/DecorationViewsHandler.html">DecorationViewsHandler</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UpdateCollectionResult.html">UpdateCollectionResult</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section>
<section class="section">
<h1>CollectionCellAdaptable</h1>
<p>Undocumented</p>
</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:6Collor23CollectionCellAdaptableP6updateyAA0B7Adapter_p4with_tF"></a>
<a name="//apple_ref/swift/Method/update(with:)" class="dashAnchor"></a>
<a class="token" href="#/s:6Collor23CollectionCellAdaptableP6updateyAA0B7Adapter_p4with_tF">update(with:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:6Collor23CollectionCellAdaptableP3setyAA0B17UserEventDelegate_pSg8delegate_tF"></a>
<a name="//apple_ref/swift/Method/set(delegate:)" class="dashAnchor"></a>
<a class="token" href="#/s:6Collor23CollectionCellAdaptableP3setyAA0B17UserEventDelegate_pSg8delegate_tF">set(delegate:)</a>
</code>
<span class="declaration-note">
Default implementation
</span>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
<h4>Default Implementation</h4>
<div class="default_impl abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
</ul>
</div>
</section>
</section>
<section id="footer">
<p>© 2017 <a class="link" href="https://voyages-sncf.com" target="_blank" rel="external">Voyages-sncf.com</a>. All rights reserved. (Last updated: 2017-11-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>