'ViewController' 클래스에 빠른 초기화자가 없습니다. 이 작업을 수행할 때 컴파일러로부터 불만 사항 수신 class ViewController: UIViewController { var delegate : AppDelegate override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. //self.appDelegate = UIApplication.sharedApplication().delegate; } @IBAction func getData(sender : AnyObject) { } @IBAction func LogOut(sende..