Post

Replies

Boosts

Views

Activity

Comment on How does let statement work?
Thanks. Would your code you gave me above be the same as the following? var appDelegate: AppDelegate? = { return UIApplication.shared.delegate as? AppDelegate } or var appDelegate: AppDelegate? { get { return UIApplication.shared.delegate as? AppDelegate } }
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’22