Hello,
Can you please explain what the following syntax is for:
presentedSubscription = tipView.publisher(for: .isPresented).sink { isPresented in
if isPresented == false {
self.tableView.tableHeaderView = nil
}
}
Thanks in advance.
Topic:
App & System Services
SubTopic:
General
Tags: