segue의 identifier를 설정해줄 수 없을때(feat. tabbarcontroller로 segue연결할때)
2022. 3. 2. 11:03ㆍiOS/iOS memo
728x90
반응형
실험1) viewController와 viewController연결해보기
Attributes inspector에서 identifier를 설정해줄 수 있다.
실험2) tabBarController와 viewController연결해보기
Attributes inspector에서 identifier를 설정해줄 수 없다..
tabbarcontroller의 역할 자체가 특정 탭을 클릭하면 어느 viewController로 이동 가능한지 예측이 되기 때문에 그런것 같다.(내생각ㅜㅜ)
728x90
반응형
'iOS > iOS memo' 카테고리의 다른 글
The sandbox is not in sync with the Podfile.lock. (0) | 2022.09.14 |
---|---|
present로 띄웠는데 뒷배경이 안나와,, 와이라노 와이라노(feat. UIModalPresentationStyle, 화면띄웠는데 뒷배경이 사라졌을때) (0) | 2022.02.28 |
야 UITapGestureRecognizer 제대로 묻는다(addBtn은 왜 함수 호출하는거야) (0) | 2022.02.24 |
imageView나 button의 터치영역 넓히기 (0) | 2022.02.23 |
tabbarcontroller에서 segue연결 해제 후, 다시 segue연결을 하려고 할때 주의할점(feat. tabbar 추가) (0) | 2022.02.23 |