Notice
Recent Posts
Recent Comments
Link
투케이2K
154. (ios/swift) storyboard segue 스토리보드 로직 연결 표시 및 버튼 클릭 화면 전환 실시 본문
[개발 환경 설정]
개발 툴 : XCODE
개발 언어 : SWIFT
[방법 설명]
[소스 코드]
// MARK: - [인텐트 화면 이동 버튼 클릭 이벤트]
@IBAction func intentMainAction(_ sender: Any) {
// [화면 전환 실시]
self.performSegue(withIdentifier: "intentMain", sender: self)
}
반응형
'IOS' 카테고리의 다른 글
Comments