[ERROR] Error : *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Receiver (ViewController) has no segue with identifier ‘loginView''
2016. 7. 6. 13:07ㆍProgramming/Swift
반응형
self.performSegueWithIdentifier("loginView", sender: self)
반응형
'Programming > Swift' 카테고리의 다른 글
navigation bar 배경색상 조절 (0) | 2016.07.06 |
---|---|
tableView의 cell 안에 2줄이상 사용할 때 (0) | 2016.07.06 |
[ERROR] fatal error: unexpectedly found nil while unwrapping an Optional value (0) | 2016.07.06 |
tableView prototype cell 부분을 보여주지 않으려면 (0) | 2016.07.06 |
UUID 와 UDID (0) | 2016.07.05 |