8
ক্লাস 'ভিউকন্ট্রোলার' এর দ্রুতগতিতে কোনও আরম্ভকারী নেই
আমি যখন এটি করছি তখন সংকলকটির কাছ থেকে অভিযোগ পাওয়া 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(sender …