Notice
														
												
											
												
												
													Recent Posts
													
											
												
												
													Recent Comments
													
											
												
												
													Link
													
											
									| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 | 
| 12 | 13 | 14 | 15 | 16 | 17 | 18 | 
| 19 | 20 | 21 | 22 | 23 | 24 | 25 | 
| 26 | 27 | 28 | 29 | 30 | 31 | 
													Tags
													
											
												
												- javascript
- PyQt
- MySQL
- 다이어트
- MS-SQL
- flutter
- sqlite
- python
- Linux
- node.js
- IOS
- ubuntu
- 함수
- PER
- ASP
- Unity
- mssql
- port
- GIT
- 유니티
- swift
- 리눅스
- 라즈베리파이
- tensorflow
- 날짜
- PyQt5
- 맛집
- urllib
- Excel
- pandas
													Archives
													
											
											
											
											목록withIdentifier (1)
아미(아름다운미소)
			
			
				SWIFT 소스코드상에서 화면 전환
				
	
	
               
           
					
					
					
					
					
					
						
					
				같은 스토리보드에서 화면 전환하기 let storyboard: UIStoryboard = self.storyboard! let nextView = storyboard.instantiateViewController(withIdentifier: "nextV") present(nextView, animated: true, completion: nil) NavigationController의 화면 전환하기 let storyboard: UIStoryboard = self.storyboard! let nextView = storyboard.instantiateViewController(withIdentifier: "nextV") let navi = UINavigationController(rootViewContro..
				랭귀지/SWIFT
				
				2018. 3. 6. 09:30