Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

[Fix] MainScene - 네비게이션 바 버튼 위치 수정 #187

Open
ChoiysApple opened this issue Aug 4, 2022 · 1 comment
Open

[Fix] MainScene - 네비게이션 바 버튼 위치 수정 #187

ChoiysApple opened this issue Aug 4, 2022 · 1 comment
Assignees
Labels

Comments

@ChoiysApple
Copy link
Member

  1. 맨윗줄 접혔다 펼쳤다하는 아이콘도 저번에 뒤로가기 아이콘 제가 왼쪽 여백 넣어서 네비게이션 백버튼 처럼 수정
  2. 맨윗줄 알림 아이콘도 조금 더 안쪽으로
@ChoiysApple
Copy link
Member Author

    let spacer = UIBarButtonItem(barButtonSystemItem: .fixedSpace, target: nil, action: nil).then {
        $0.width = 4
    }

빈 item인 spacer를 생성하여 여백 대신 넣어준다

그러나 leftItems에는 알 수 없는 이유로 여러개의 item이 들어가지 않는다

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant