alialki
alialki
oh ok so my version is the 6.1 (6A1046a) which based on the build number i think its newer oh ok hope i can sort out the build errors cause...
ok i think i kind of fixed the problem and everything is fine until i test the app on my iPhone it crashes giving me this ![screen shot 2014-10-10 at...
this is also the code that i changed import UIKit class ViewController: UIViewController, UITextFieldDelegate { ``` @IBOutlet var textView: UITextView! override init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: NSBundle?) { super.init(nibName: nibNameOrNil,...
ok fixed the problem again import UIKit class ViewController: UIViewController, UITextFieldDelegate { ``` @IBOutlet var textView: UITextView! override init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: NSBundle?) { super.init(nibName: nibNameOrNil, bundle: nibBundleOrNil) //...