Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] 검색 창 터치 이벤트 추가 #6

Closed
10 tasks done
SangHwi-Back opened this issue May 23, 2022 · 1 comment
Closed
10 tasks done

[Feat] 검색 창 터치 이벤트 추가 #6

SangHwi-Back opened this issue May 23, 2022 · 1 comment
Assignees
Labels
📱iOS iOS Issues

Comments

@SangHwi-Back
Copy link
Collaborator

SangHwi-Back commented May 23, 2022

👨🏻‍💻 작업 내용

검색 창을 터치할 경우 실행될 이벤트와 기능들을 추가한다.

🔨 작업 목록

  • 검색어 입력 여부에 따라 Navigation Bar의 Right Bar Button 이 숨김처리 된다.
  • 검색 창 처음 터치할 때 화면이 전환된다.
    • 전환된 화면에는 Navigation Bar가 보여야 한다.
    • 전환된 화면에는 Navigation Bar의 Title이 변경되어야 한다.
    • <뒤로 버튼을 추가한다.
  • 전환된 화면에는 메인 화면의 CollectionView 를 추가하고 FlowLayout 클래스만 변경한다.
  • 검색어 입력하면 그에 따른 위치 정보를 출력한다.
    • section header를 없앨 수 있도록 한다.
    • CollectionView의 DataSource를 업데이트할 수 있어야 한다.
  • CollectionView 를 TableView 처럼 보이게 설정
  • Cell 의 구성을 cityImage, cityName, spendingTime 등으로 설정
  • HeaderReusableView 설정("근처의 인기 여행지")
@SangHwi-Back SangHwi-Back added the 📱iOS iOS Issues label May 23, 2022
@SangHwi-Back SangHwi-Back added this to the iOS 1주차 마일스톤 milestone May 23, 2022
Damagucci-Juice added a commit that referenced this issue May 24, 2022
초기 화면에서 NavigationItem.title 자리에 SearchBar 를 넣기에 성공했습니다.
덕분에, searchBar 와 StatusBar 사이 간격이 가까워졌습니다.
화면 전환시 title 생성, "뒤로", "지우기" 버튼은 아직 구현 중입니다.
Damagucci-Juice added a commit that referenced this issue May 24, 2022
[#6] feat: searchBar 화면 전환 및 초기 화면에서 구성
SangHwi-Back added a commit that referenced this issue May 25, 2022
[#6] feat: Search bar 와 Search Controller 의 깊은 이해를 수반한 작업
SangHwi-Back added a commit that referenced this issue May 27, 2022
[#6] feat: 숙소 찾기 VC 에 CollectionView, HeaderView, Cell 요소 작업
@Damagucci-Juice
Copy link
Collaborator

Simulator Screen Recording - iPhone 13 Pro Max - 2022-05-27 at 13 34 33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📱iOS iOS Issues
Projects
None yet
Development

No branches or pull requests

2 participants