Skip to content

Commit 91d4f3c

Browse files
author
Rafael Machado
committed
Site updated at 2019-04-05 15:56:32 UTC
1 parent 252812d commit 91d4f3c

File tree

32 files changed

+39
-39
lines changed

32 files changed

+39
-39
lines changed

atom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[NSHint]]></title>
55
<link href="http://nshint.github.io/atom.xml" rel="self"/>
66
<link href="http://nshint.github.io/"/>
7-
<updated>2019-04-05T11:28:57-03:00</updated>
7+
<updated>2019-04-05T12:56:14-03:00</updated>
88
<id>http://nshint.github.io/</id>
99
<author>
1010
<name><![CDATA[NSHint]]></name>
@@ -16,10 +16,10 @@
1616
<entry>
1717

1818
<title type="html"><![CDATA[Testing the camera on the simulator]]></title>
19-
<link href="http://nshint.github.io/blog/2019/04/08/testing%20the%20camera%20on%20the%20simulator/"/>
19+
<link href="http://nshint.github.io/blog/2019/04/08/testing-the-camera-on-the-simulator/"/>
2020

2121
<updated>2019-04-08T17:36:49-03:00</updated>
22-
<id>http://nshint.github.io/blog/2019/04/08/testing the camera on the simulator</id>
22+
<id>http://nshint.github.io/blog/2019/04/08/testing-the-camera-on-the-simulator</id>
2323

2424
<content type="html"><![CDATA[<p>Testing code often demands faking the &ldquo;real world&rdquo;. <a href="https://en.wikipedia.org/wiki/Inversion_of_control">IoC</a> plays a huge role in here where you flip the dependency from a concrete implementation to an interface.</p>
2525

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h1>Recent Posts</h1>
180180
<ul id="recent_posts">
181181

182182
<li class="post">
183-
<a href="/blog/2019/04/08/testing%20the%20camera%20on%20the%20simulator/">Testing the camera on the simulator</a>
183+
<a href="/blog/2019/04/08/testing-the-camera-on-the-simulator/">Testing the camera on the simulator</a>
184184
</li>
185185

186186
<li class="post">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h1>Recent Posts</h1>
150150
<ul id="recent_posts">
151151

152152
<li class="post">
153-
<a href="/blog/2019/04/08/testing%20the%20camera%20on%20the%20simulator/">Testing the camera on the simulator</a>
153+
<a href="/blog/2019/04/08/testing-the-camera-on-the-simulator/">Testing the camera on the simulator</a>
154154
</li>
155155

156156
<li class="post">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ <h1>Recent Posts</h1>
333333
<ul id="recent_posts">
334334

335335
<li class="post">
336-
<a href="/blog/2019/04/08/testing%20the%20camera%20on%20the%20simulator/">Testing the camera on the simulator</a>
336+
<a href="/blog/2019/04/08/testing-the-camera-on-the-simulator/">Testing the camera on the simulator</a>
337337
</li>
338338

339339
<li class="post">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h1>Recent Posts</h1>
160160
<ul id="recent_posts">
161161

162162
<li class="post">
163-
<a href="/blog/2019/04/08/testing%20the%20camera%20on%20the%20simulator/">Testing the camera on the simulator</a>
163+
<a href="/blog/2019/04/08/testing-the-camera-on-the-simulator/">Testing the camera on the simulator</a>
164164
</li>
165165

166166
<li class="post">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h1>Recent Posts</h1>
137137
<ul id="recent_posts">
138138

139139
<li class="post">
140-
<a href="/blog/2019/04/08/testing%20the%20camera%20on%20the%20simulator/">Testing the camera on the simulator</a>
140+
<a href="/blog/2019/04/08/testing-the-camera-on-the-simulator/">Testing the camera on the simulator</a>
141141
</li>
142142

143143
<li class="post">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h1>Recent Posts</h1>
181181
<ul id="recent_posts">
182182

183183
<li class="post">
184-
<a href="/blog/2019/04/08/testing%20the%20camera%20on%20the%20simulator/">Testing the camera on the simulator</a>
184+
<a href="/blog/2019/04/08/testing-the-camera-on-the-simulator/">Testing the camera on the simulator</a>
185185
</li>
186186

187187
<li class="post">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ <h1>Recent Posts</h1>
306306
<ul id="recent_posts">
307307

308308
<li class="post">
309-
<a href="/blog/2019/04/08/testing%20the%20camera%20on%20the%20simulator/">Testing the camera on the simulator</a>
309+
<a href="/blog/2019/04/08/testing-the-camera-on-the-simulator/">Testing the camera on the simulator</a>
310310
</li>
311311

312312
<li class="post">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h1>Recent Posts</h1>
157157
<ul id="recent_posts">
158158

159159
<li class="post">
160-
<a href="/blog/2019/04/08/testing%20the%20camera%20on%20the%20simulator/">Testing the camera on the simulator</a>
160+
<a href="/blog/2019/04/08/testing-the-camera-on-the-simulator/">Testing the camera on the simulator</a>
161161
</li>
162162

163163
<li class="post">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h1>Recent Posts</h1>
280280
<ul id="recent_posts">
281281

282282
<li class="post">
283-
<a href="/blog/2019/04/08/testing%20the%20camera%20on%20the%20simulator/">Testing the camera on the simulator</a>
283+
<a href="/blog/2019/04/08/testing-the-camera-on-the-simulator/">Testing the camera on the simulator</a>
284284
</li>
285285

286286
<li class="post">

0 commit comments

Comments
 (0)