1
00:00:07,670 --> 00:00:10,060
Hey everybody this is Caleb with Debb slopes.

2
00:00:10,060 --> 00:00:15,580
And welcome to the map kit section in this section we're going to build an app that looks just like

3
00:00:15,580 --> 00:00:17,830
this called pixel city.

4
00:00:18,040 --> 00:00:23,740
And in pixel City what you can do is well of course we have a map view that shows your location what

5
00:00:23,740 --> 00:00:31,330
you can do is you can double tap anywhere and it will drop a pin then for that pin it's going to pass

6
00:00:31,330 --> 00:00:39,580
the coordinates into the flicker API and it will download any photos that are geotagged within a 1 mile

7
00:00:39,580 --> 00:00:40,960
radius of that pin.

8
00:00:40,960 --> 00:00:45,820
So you can see the photos are loading here getting loaded up into a nice collection view.

9
00:00:46,120 --> 00:00:52,000
And as soon as they are available you can click on one and you can view it you can double tap to dismiss

10
00:00:52,000 --> 00:00:52,670
it.

11
00:00:52,690 --> 00:00:58,780
And also we're going to go ahead and we're going to integrate a 3D touch so that you can push to make

12
00:00:58,780 --> 00:01:00,010
a preview and display it.

13
00:01:00,010 --> 00:01:01,420
It happened kind of quickly there.

14
00:01:01,420 --> 00:01:09,740
It's hard to do the 3D touch on the MacBook touchpad so I'll try my best to do really gently the little

15
00:01:09,740 --> 00:01:10,760
bit of pressure.

16
00:01:10,970 --> 00:01:15,240
Well you get the idea I'm applying force so we can do 3-D touch peek.

17
00:01:15,320 --> 00:01:19,010
And that I push harder to pop it to a new View Controller.

18
00:01:19,020 --> 00:01:21,340
So very very cool.

19
00:01:21,380 --> 00:01:24,820
We're going to get into this in just a couple of videos.

20
00:01:24,830 --> 00:01:31,100
And this is pixel city the app you're going to build in the map kit section of the iOS 11 course so

21
00:01:31,100 --> 00:01:32,550
let's head over to the next video.

22
00:01:32,660 --> 00:01:34,380
Let's get started right away.
