jjzjj

consoleOut

全部标签

swift - ( swift )错误 : can not invoke '>' with an argument list of type '(UInt32, @lvalue UInt32)'

classViewController:UIViewController{@IBOutletweakvarinputField:UITextField!@IBOutletweakvaroutput:UITextView!varguesses:UInt=0varnumber:UInt32=0vargameOver=falseletMAX_GUESSES:UInt=8@IBActionfuncguess(sender:UIButton){varpossibleGuess:Int?=inputField.text.toInt()ifletguess=possibleGuess{//possi