티스토리 뷰
Swift Error: "...whose view is not in the window hierarchy." performseguewithidentifier
I want the app to move to the end screen once the last index of the array is reached. This is what I have for the code where "endWorkout" is the modal segue identifier: if (index < workouts2.en...
stackoverflow.com
뷰가 넘어간 이후에도 실행되고 있는 코드가 있어서 그렇다!
return이나 break 해보도록 하자!!
'macOS, iOS' 카테고리의 다른 글
[iOS] '뒤로가기'를 스토리보드 세그만 이용해서 만들기 (0) | 2019.08.22 |
---|---|
[iOS] 스택뷰의 corner Radius를 바꾸고 싶다면?? (0) | 2019.08.19 |
[iOS]UIButton에 이미지 적용하기, 이미지 적용이 안될 때? (0) | 2019.08.19 |
[iOS] 사진찍을 때 orientation이 뒤집어지는 현상 (0) | 2019.08.16 |
[iOS] 원점으로부터의 좌표 (0) | 2019.08.15 |