There's a weird behaviour in Xcode when writing Swift code. Try to write this code for example: var fullName: Bool { get { return firstName + " " + lastName } ...
確定! 回上一頁