Skip to content

Commit

Permalink
[Fix] README & set containerView in headerTableViewCell
Browse files Browse the repository at this point in the history
  • Loading branch information
thoonk committed Apr 15, 2021
1 parent 36fa95e commit 723b10a
Show file tree
Hide file tree
Showing 10 changed files with 154 additions and 85 deletions.
35 changes: 28 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

## 💡 OverView

- 반려견과 산책을 나가신다구요?? 산책을 나가기 전에 반려견과 사용자 모두에게 좋지 않은 미세먼지와 날씨를 확인하고 산책할 날짜를 추천 받으세요!
- 산책을 다녀와 기록을 저장하고 산책의 시간과 거리, 그에 따른 칼로리에 대한 통계 및 평균을 확인하고 관리하세요!
- 반려견과 산책을 나가신다구요?? 산책을 나가기 전에 반려견과 사용자 모두에게 좋지 않은 미세먼지와 날씨를 확인하고 산책할 날짜를 추천 받으세요😄
- 산책을 다녀와 기록을 저장하고 산책의 시간과 거리, 칼로리에 대한 합계 및 평균을 확인하고 관리하세요🐶

## 👂 Explanation

- 소셜 로그인을 통해 계정을 등록하고 설정에서 반려견의 정보를 등록하세요.
- 설정의 산책 추천도를 통해 받고 싶은 추천의 미세먼지 기준을 선택해주세요.
- 산책 기록 탭에서 반려견의 프로필 정보를 눌러 산책 기록을 관리하고 산책 기록의 통계 및 평균, 칼로리를 확인하세요.
- 산책 기록 탭에서 플러스 버튼을 눌러 반려견들의 산책 기록을 한번에 저장하세요.
- 소셜 로그인을 통해 계정을 등록하고 설정에서 반려견의 정보를 등록해주세요.
- 설정에서 산책 추천도를 통해 받고 싶은 추천의 미세먼지 기준을 선택해주세요.
- 산책 기록 탭에서 반려견의 프로필 정보를 눌러 산책 기록을 관리하고 산책 기록의 합계 및 평균, 칼로리를 확인하세요.
- 산책 기록 탭에서 플러스 버튼을 눌러 반려견들의 산책 기록을 한 번에 저장하세요.
- 날씨 예보 탭에서 5일 이내의 날씨와 미세먼지를 확인하고 산책할 날씨를 추천받아보세요.

## 🛠 Tech
### Architecture
Expand Down Expand Up @@ -39,4 +40,24 @@
- 곧 추가될 예정 :)

## 📷 ScreenShot
- 곧 추가될 예정 :)
| Onboarding & Login View | Home View |
|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| <img src="https://user-images.githubusercontent.com/51147838/114838052-4a1c5180-9e0f-11eb-9f92-6bbd473e81f3.PNG" width = "300" /> | <img src="https://user-images.githubusercontent.com/51147838/114835786-e7c25180-9e0c-11eb-8d73-f407005c3d9c.PNG" width = "300" /> |

| Select Puppy View | Weather Forecast View |
|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| <img src="https://user-images.githubusercontent.com/51147838/114838764-feb67300-9e0f-11eb-832f-9f1d3afde41d.PNG" width = "300" /> | <img src="https://user-images.githubusercontent.com/51147838/114835793-ea24ab80-9e0c-11eb-9752-f6f4f5c1266a.PNG" width = "300" /> |

| Record View | Edit Record View |
|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| <img src="https://user-images.githubusercontent.com/51147838/114838459-b303c980-9e0f-11eb-898d-0bf6e2175589.PNG" width = "300" /> | <img src="https://user-images.githubusercontent.com/51147838/114838487-b7c87d80-9e0f-11eb-8566-447eff55874e.PNG" width = "300" /> |

| Setting View | Edit Puppy View |
|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| <img src="https://user-images.githubusercontent.com/51147838/114838470-b4cd8d00-9e0f-11eb-9281-d5d185edac72.PNG" width = "300" /> | <img src="https://user-images.githubusercontent.com/51147838/114838481-b72fe700-9e0f-11eb-8411-bbeb05bbebbd.PNG" width = "300" /> |


## 🎨 Asset

- Font Sources: NanumGothic, NanumGothic-Bold from [Naver](https://hangeul.naver.com/font)
- Icon Sources: https://icons8.com
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "dog-bone-52.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"images" : [
{
"filename" : "dog-bone.png",
"idiom" : "iphone",
"filename" : "wrench-48.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "iphone",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "iphone",
"idiom" : "universal",
"scale" : "3x"
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions WalkMyDog/WalkMyDog/App/Asset/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="1xC-bK-dCf">
<rect key="frame" x="30" y="512.33333333333337" width="330" height="180"/>
<rect key="frame" x="30" y="492.33333333333326" width="330" height="180"/>
<constraints>
<constraint firstAttribute="height" constant="180" id="Ekh-hL-gr8"/>
</constraints>
</stackView>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" ambiguous="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iXg-2h-8no">
<rect key="frame" x="0.0" y="44" width="390" height="380"/>
<rect key="frame" x="0.0" y="44" width="390" height="360"/>
<constraints>
<constraint firstAttribute="height" constant="380" id="gAy-gI-Yxv"/>
<constraint firstAttribute="height" constant="360" id="gAy-gI-Yxv"/>
</constraints>
<viewLayoutGuide key="contentLayoutGuide" id="hg6-sc-YvQ"/>
<viewLayoutGuide key="frameLayoutGuide" id="xnA-HZ-jdb"/>
</scrollView>
<pageControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" numberOfPages="3" translatesAutoresizingMaskIntoConstraints="NO" id="vwX-K5-crr">
<rect key="frame" x="134.33333333333334" y="425" width="121.33333333333334" height="27.333333333333314"/>
<rect key="frame" x="134.33333333333334" y="405" width="121.33333333333334" height="27.333333333333314"/>
</pageControl>
</subviews>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
Expand Down
6 changes: 3 additions & 3 deletions WalkMyDog/WalkMyDog/Scenes/Login/SlideView.xib
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="slideImage1" translatesAutoresizingMaskIntoConstraints="NO" id="GdX-eF-a0M">
<rect key="frame" x="0.0" y="44" width="414" height="250"/>
<rect key="frame" x="20" y="44" width="374" height="250"/>
<constraints>
<constraint firstAttribute="height" constant="250" id="e7X-ic-KDW"/>
</constraints>
Expand All @@ -41,10 +41,10 @@
<constraints>
<constraint firstItem="GdX-eF-a0M" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="7MO-W7-EYj"/>
<constraint firstItem="lBN-oH-6I6" firstAttribute="top" secondItem="GdX-eF-a0M" secondAttribute="bottom" constant="24" id="7zW-QP-hyW"/>
<constraint firstItem="GdX-eF-a0M" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="Ioc-6h-8EW"/>
<constraint firstItem="GdX-eF-a0M" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="20" id="YO4-4y-e3L"/>
<constraint firstItem="GdX-eF-a0M" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="bpV-hg-gFB"/>
<constraint firstItem="GdX-eF-a0M" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="eom-bN-0gW"/>
<constraint firstItem="lBN-oH-6I6" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="oMd-Jl-org"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="GdX-eF-a0M" secondAttribute="trailing" constant="20" id="wXR-V8-daj"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<connections>
Expand Down
Loading

0 comments on commit 723b10a

Please sign in to comment.