MapPinAnnotation는 아래에 설명 된대로 내가 라벨에 텍스트하지만 점점 오류를 설정할 치명적인 오류를 가져 오기 :
var lblNotificationCount:UILabel!
를 정의하는 MKAnnotation 타입의 클래스 선택 사양 값을 풀기 동안 예기치 않게 전무을 발견 : -
let storeAnnotation = annotation as! MapPinAnnotation
와 콘솔에 내가 계수의 값을 얻을 수 있어요하지만, 아래로 인쇄 오류 : -
콘솔 출력 :
Count: 1
fatal error: unexpectedly found nil while unwrapping an Optional value
이 문제를 해결하는 방법, 도와주세요. 미리 감사드립니다.
는 .text = 문자열 (수) ...하지 작업, – GayashanK
@cerberus을 시도합니다. –