Skip to content

Commit 6aba9d0

Browse files
committed
Site updated at 2020-07-07 19:14:13 UTC
1 parent 986ad39 commit 6aba9d0

File tree

35 files changed

+730
-459
lines changed

35 files changed

+730
-459
lines changed

atom.xml

Lines changed: 116 additions & 196 deletions
Large diffs are not rendered by default.

blog/2015/06/23/toggle-slow-animations/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ <h1 class="entry-title">Toggle Slow Animations</h1>
179179
<h1>Recent Posts</h1>
180180
<ul id="recent_posts">
181181

182+
<li class="post">
183+
<a href="/blog/2020/07/07/array-backwards-compatibility-using-property-wrappers/">Array backwards compatibility using Property Wrappers</a>
184+
</li>
185+
182186
<li class="post">
183187
<a href="/blog/2019/07/13/complete-flows-partial-models/">Complete flows, partial models</a>
184188
</li>
@@ -195,10 +199,6 @@ <h1>Recent Posts</h1>
195199
<a href="/blog/2016/05/02/wrapping-apis-using-the-builder-pattern/">Wrapping API's using the Builder Pattern</a>
196200
</li>
197201

198-
<li class="post">
199-
<a href="/blog/2015/10/23/noescape-attribute/">@noescape attribute</a>
200-
</li>
201-
202202
</ul>
203203
</section>
204204

@@ -213,7 +213,7 @@ <h1>Recent Posts</h1>
213213
</div>
214214
</div>
215215
<footer role="contentinfo"><p>
216-
Copyright &copy; 2019 - NSHint <br/>
216+
Copyright &copy; 2020 - NSHint <br/>
217217
</span>
218218
</p>
219219

blog/2015/06/24/detailed-exceptions/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ <h1 class="entry-title">Detailed Exceptions</h1>
149149
<h1>Recent Posts</h1>
150150
<ul id="recent_posts">
151151

152+
<li class="post">
153+
<a href="/blog/2020/07/07/array-backwards-compatibility-using-property-wrappers/">Array backwards compatibility using Property Wrappers</a>
154+
</li>
155+
152156
<li class="post">
153157
<a href="/blog/2019/07/13/complete-flows-partial-models/">Complete flows, partial models</a>
154158
</li>
@@ -165,10 +169,6 @@ <h1>Recent Posts</h1>
165169
<a href="/blog/2016/05/02/wrapping-apis-using-the-builder-pattern/">Wrapping API's using the Builder Pattern</a>
166170
</li>
167171

168-
<li class="post">
169-
<a href="/blog/2015/10/23/noescape-attribute/">@noescape attribute</a>
170-
</li>
171-
172172
</ul>
173173
</section>
174174

@@ -183,7 +183,7 @@ <h1>Recent Posts</h1>
183183
</div>
184184
</div>
185185
<footer role="contentinfo"><p>
186-
Copyright &copy; 2019 - NSHint <br/>
186+
Copyright &copy; 2020 - NSHint <br/>
187187
</span>
188188
</p>
189189

blog/2015/06/25/storyboard-localization/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,10 @@ <h1 class="entry-title">Storyboard Localization</h1>
332332
<h1>Recent Posts</h1>
333333
<ul id="recent_posts">
334334

335+
<li class="post">
336+
<a href="/blog/2020/07/07/array-backwards-compatibility-using-property-wrappers/">Array backwards compatibility using Property Wrappers</a>
337+
</li>
338+
335339
<li class="post">
336340
<a href="/blog/2019/07/13/complete-flows-partial-models/">Complete flows, partial models</a>
337341
</li>
@@ -348,10 +352,6 @@ <h1>Recent Posts</h1>
348352
<a href="/blog/2016/05/02/wrapping-apis-using-the-builder-pattern/">Wrapping API's using the Builder Pattern</a>
349353
</li>
350354

351-
<li class="post">
352-
<a href="/blog/2015/10/23/noescape-attribute/">@noescape attribute</a>
353-
</li>
354-
355355
</ul>
356356
</section>
357357

@@ -366,7 +366,7 @@ <h1>Recent Posts</h1>
366366
</div>
367367
</div>
368368
<footer role="contentinfo"><p>
369-
Copyright &copy; 2019 - NSHint <br/>
369+
Copyright &copy; 2020 - NSHint <br/>
370370
</span>
371371
</p>
372372

blog/2015/06/27/tracking-drawing-errors/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ <h1 class="entry-title">Tracking Down Drawing Errors</h1>
159159
<h1>Recent Posts</h1>
160160
<ul id="recent_posts">
161161

162+
<li class="post">
163+
<a href="/blog/2020/07/07/array-backwards-compatibility-using-property-wrappers/">Array backwards compatibility using Property Wrappers</a>
164+
</li>
165+
162166
<li class="post">
163167
<a href="/blog/2019/07/13/complete-flows-partial-models/">Complete flows, partial models</a>
164168
</li>
@@ -175,10 +179,6 @@ <h1>Recent Posts</h1>
175179
<a href="/blog/2016/05/02/wrapping-apis-using-the-builder-pattern/">Wrapping API's using the Builder Pattern</a>
176180
</li>
177181

178-
<li class="post">
179-
<a href="/blog/2015/10/23/noescape-attribute/">@noescape attribute</a>
180-
</li>
181-
182182
</ul>
183183
</section>
184184

@@ -193,7 +193,7 @@ <h1>Recent Posts</h1>
193193
</div>
194194
</div>
195195
<footer role="contentinfo"><p>
196-
Copyright &copy; 2019 - NSHint <br/>
196+
Copyright &copy; 2020 - NSHint <br/>
197197
</span>
198198
</p>
199199

blog/2015/07/02/fixing-uicatalog-invalid-asset-error/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ <h1 class="entry-title">Fixing UICatalog Invalid Asset Error</h1>
136136
<h1>Recent Posts</h1>
137137
<ul id="recent_posts">
138138

139+
<li class="post">
140+
<a href="/blog/2020/07/07/array-backwards-compatibility-using-property-wrappers/">Array backwards compatibility using Property Wrappers</a>
141+
</li>
142+
139143
<li class="post">
140144
<a href="/blog/2019/07/13/complete-flows-partial-models/">Complete flows, partial models</a>
141145
</li>
@@ -152,10 +156,6 @@ <h1>Recent Posts</h1>
152156
<a href="/blog/2016/05/02/wrapping-apis-using-the-builder-pattern/">Wrapping API's using the Builder Pattern</a>
153157
</li>
154158

155-
<li class="post">
156-
<a href="/blog/2015/10/23/noescape-attribute/">@noescape attribute</a>
157-
</li>
158-
159159
</ul>
160160
</section>
161161

@@ -170,7 +170,7 @@ <h1>Recent Posts</h1>
170170
</div>
171171
</div>
172172
<footer role="contentinfo"><p>
173-
Copyright &copy; 2019 - NSHint <br/>
173+
Copyright &copy; 2020 - NSHint <br/>
174174
</span>
175175
</p>
176176

blog/2015/07/04/how-to-animate-uilabel-properties/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ <h1 class="entry-title">How to Animate UILabel Properties</h1>
180180
<h1>Recent Posts</h1>
181181
<ul id="recent_posts">
182182

183+
<li class="post">
184+
<a href="/blog/2020/07/07/array-backwards-compatibility-using-property-wrappers/">Array backwards compatibility using Property Wrappers</a>
185+
</li>
186+
183187
<li class="post">
184188
<a href="/blog/2019/07/13/complete-flows-partial-models/">Complete flows, partial models</a>
185189
</li>
@@ -196,10 +200,6 @@ <h1>Recent Posts</h1>
196200
<a href="/blog/2016/05/02/wrapping-apis-using-the-builder-pattern/">Wrapping API's using the Builder Pattern</a>
197201
</li>
198202

199-
<li class="post">
200-
<a href="/blog/2015/10/23/noescape-attribute/">@noescape attribute</a>
201-
</li>
202-
203203
</ul>
204204
</section>
205205

@@ -214,7 +214,7 @@ <h1>Recent Posts</h1>
214214
</div>
215215
</div>
216216
<footer role="contentinfo"><p>
217-
Copyright &copy; 2019 - NSHint <br/>
217+
Copyright &copy; 2020 - NSHint <br/>
218218
</span>
219219
</p>
220220

blog/2015/07/05/working-with-coretelephony-framework/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ <h1 class="entry-title">Working With Core Telephony Framework</h1>
305305
<h1>Recent Posts</h1>
306306
<ul id="recent_posts">
307307

308+
<li class="post">
309+
<a href="/blog/2020/07/07/array-backwards-compatibility-using-property-wrappers/">Array backwards compatibility using Property Wrappers</a>
310+
</li>
311+
308312
<li class="post">
309313
<a href="/blog/2019/07/13/complete-flows-partial-models/">Complete flows, partial models</a>
310314
</li>
@@ -321,10 +325,6 @@ <h1>Recent Posts</h1>
321325
<a href="/blog/2016/05/02/wrapping-apis-using-the-builder-pattern/">Wrapping API's using the Builder Pattern</a>
322326
</li>
323327

324-
<li class="post">
325-
<a href="/blog/2015/10/23/noescape-attribute/">@noescape attribute</a>
326-
</li>
327-
328328
</ul>
329329
</section>
330330

@@ -339,7 +339,7 @@ <h1>Recent Posts</h1>
339339
</div>
340340
</div>
341341
<footer role="contentinfo"><p>
342-
Copyright &copy; 2019 - NSHint <br/>
342+
Copyright &copy; 2020 - NSHint <br/>
343343
</span>
344344
</p>
345345

blog/2015/07/12/shared-breakpoints/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h1 class="entry-title">Shared Breakpoints</h1>
9393

9494

9595

96-
<time datetime="2015-07-12T19:00:40+02:00" pubdate data-updated="true"></time>
96+
<time datetime="2015-07-12T14:00:40-03:00" pubdate data-updated="true"></time>
9797

9898
</p>
9999

@@ -156,6 +156,10 @@ <h1 class="entry-title">Shared Breakpoints</h1>
156156
<h1>Recent Posts</h1>
157157
<ul id="recent_posts">
158158

159+
<li class="post">
160+
<a href="/blog/2020/07/07/array-backwards-compatibility-using-property-wrappers/">Array backwards compatibility using Property Wrappers</a>
161+
</li>
162+
159163
<li class="post">
160164
<a href="/blog/2019/07/13/complete-flows-partial-models/">Complete flows, partial models</a>
161165
</li>
@@ -172,10 +176,6 @@ <h1>Recent Posts</h1>
172176
<a href="/blog/2016/05/02/wrapping-apis-using-the-builder-pattern/">Wrapping API's using the Builder Pattern</a>
173177
</li>
174178

175-
<li class="post">
176-
<a href="/blog/2015/10/23/noescape-attribute/">@noescape attribute</a>
177-
</li>
178-
179179
</ul>
180180
</section>
181181

@@ -190,7 +190,7 @@ <h1>Recent Posts</h1>
190190
</div>
191191
</div>
192192
<footer role="contentinfo"><p>
193-
Copyright &copy; 2019 - NSHint <br/>
193+
Copyright &copy; 2020 - NSHint <br/>
194194
</span>
195195
</p>
196196

blog/2015/07/16/uicollectionviews-now-have-easy-reordering/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ <h1 class="entry-title">UICollectionViews Now Have Easy Reordering</h1>
279279
<h1>Recent Posts</h1>
280280
<ul id="recent_posts">
281281

282+
<li class="post">
283+
<a href="/blog/2020/07/07/array-backwards-compatibility-using-property-wrappers/">Array backwards compatibility using Property Wrappers</a>
284+
</li>
285+
282286
<li class="post">
283287
<a href="/blog/2019/07/13/complete-flows-partial-models/">Complete flows, partial models</a>
284288
</li>
@@ -295,10 +299,6 @@ <h1>Recent Posts</h1>
295299
<a href="/blog/2016/05/02/wrapping-apis-using-the-builder-pattern/">Wrapping API's using the Builder Pattern</a>
296300
</li>
297301

298-
<li class="post">
299-
<a href="/blog/2015/10/23/noescape-attribute/">@noescape attribute</a>
300-
</li>
301-
302302
</ul>
303303
</section>
304304

@@ -313,7 +313,7 @@ <h1>Recent Posts</h1>
313313
</div>
314314
</div>
315315
<footer role="contentinfo"><p>
316-
Copyright &copy; 2019 - NSHint <br/>
316+
Copyright &copy; 2020 - NSHint <br/>
317317
</span>
318318
</p>
319319

0 commit comments

Comments
 (0)