@@ -11,7 +11,7 @@ struct ProducerEntity {
1111 let title : String
1212 let latitude : Double
1313 let longitude : Double
14- let date : Date
14+ let date : String
1515 let mediaPath : UIImage
1616 let description : String ?
1717 let weather : String
@@ -24,7 +24,7 @@ struct ProducerEntity {
2424 title: " JustHm " ,
2525 latitude: 37.9244577 ,
2626 longitude: 128.800009 , //본인 지역의 의,경도
27- date: Date ( ) , //생년월일 1998.05.01
27+ date: " 1998-05-01 " , //생년월일
2828 mediaPath: UIImage ( named: " JustHMImg " ) !,
2929 description: " 안녕하세요 ! 감자 개발자 안정흠입니다! " , //istj
3030 weather: " 구름 " ) ,
@@ -33,7 +33,7 @@ struct ProducerEntity {
3333 title: " Ikhwan0204 " ,
3434 latitude: 37.506610 ,
3535 longitude: 126.885332 , //본인 지역의 의,경도
36- date: Date ( ) , //생년월일 2002.04.12
36+ date: " 2002-04-12 " , //생년월일
3737 mediaPath: UIImage ( named: " Ikhwan0204Img " ) !,
3838 description: " 개발개바발 개발자 이규현입니다.ㅎㅎㅎ " , //enfj
3939 weather: " 흐림 " ) ,
@@ -42,7 +42,7 @@ struct ProducerEntity {
4242 title: " IntakHan304 " ,
4343 latitude: 37.434981 ,
4444 longitude: 126.902328 , //본인 지역의 의,경도
45- date: Date ( ) , //생년월일
45+ date: " 1991-03-04 " , //생년월일
4646 mediaPath: UIImage ( named: " IntakHan304Img " ) !,
4747 description: " 나는 누구 입니다3 " ,
4848 weather: " 비 " ) ,
@@ -51,7 +51,7 @@ struct ProducerEntity {
5151 title: " HISEHOONAN " ,
5252 latitude: 37.508645 ,
5353 longitude: 126.703513 , //본인 지역의 의,경도
54- date: Date ( ) , //생년월일 1998.06.17
54+ date: " 1998.06.17 " , //생년월일
5555 mediaPath: UIImage ( named: " HISEHOONImg " ) ! ,
5656 description: " 안녕하세요 ! 개발새발 개발자 안세훈입니다 ! " , //infp
5757 weather: " 눈 " ) ,
@@ -60,7 +60,7 @@ struct ProducerEntity {
6060 title: " kut7728 " ,
6161 latitude: 37.554267 ,
6262 longitude: 126.953922 , //본인 지역의 의,경도
63- date: Date ( ) , //생년월일 1998.03.02
63+ date: " 1998.03.02 " , //생년월일
6464 mediaPath: UIImage ( named: " kut7728Img " ) ! ,
6565 description: " 네이티브 앱, 애플, 테크기기에 관심이 많은 앱 개발자(지망)입니다. " , //infj
6666 weather: " 맑음 " )
0 commit comments