This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// viewWillDisappear | |
/// | |
/// - parameter animated: <#animated description#> | |
override func viewWillDisappear(_ animated: Bool) | |
{ | |
super.viewWillDisappear(animated) | |
if self.isMovingFromParentViewController | |
{ | |
self.stopConnect() | |
} | |
} | |
'아이폰' 카테고리의 다른 글
swift로 Data 처리 하는 Extension 모음 (0) | 2017.03.01 |
---|---|
wkwebkit(1) (0) | 2017.02.11 |
backbutton 타이틀 없애기 (0) | 2016.10.18 |
테스트플라이트로 올릴때 앱이 사라지는 현상 (0) | 2016.10.07 |
check_version_conflict': can't activate json-2.0.2, already activated json-1.8.1 (Gem::LoadError) (0) | 2016.10.06 |