Skip to content

[IDLE-171] 센터정보 등록 UI및 기능 구현 #27

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

Merged
merged 8 commits into from
Jul 29, 2024

Conversation

J0onYEong
Copy link
Contributor

변경사항

  • 센터 정보(프로필)등록 화면 추가

센터 정보(프로필)등록 화면 추가

센테관리자로 회원가입후 센터정보를 등록할 수 있는 화면을 완성했습니다.

Simulator Screen Recording - iPhone 15 Pro - 2024-07-29 at 14 38 48

기존에 회원가입및 로그인에서는 UIPageViewController를 사용하여 수평 스크롤 페이지를 구현하였습니다.
하지만 해당 방식은 모든 화면이 ViewController로 구현해야 한다는 제약이 있어 이번에는 해당 방식을 사용하지 않았습니다.
대신 UIView로 모든 화면을 구현하였고 CALayer의 transform프로퍼티를 조작하여 화면 전환을 구현하였습니다.

@J0onYEong J0onYEong requested a review from monibu1548 July 29, 2024 05:49
@J0onYEong J0onYEong merged commit 1332f97 into develop Jul 29, 2024
1 check passed
@J0onYEong J0onYEong deleted the feature/center_info_register branch July 29, 2024 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant