Posts

Post marked as solved
5 Replies
Replied In Using print()
In side of the top level of Views only certain calls are allowed.I was able to get print to work inside an action closure:From InterfacingWithUIKit / HikeDetail.swift... ForEach(buttons.identified(by: \.0)) { value in Button(action: { print("action "+value.0) self.dataToShow = value.1 }) { Text(verbatim: value.0) .font(.system(size: 15)) .color(value.1 == self.dataToShow ? Color.gray : Color.accentColor) .animation(nil) } }...-jht
Post not yet marked as solved
17 Replies
Experiencing the same issue. No Feedback Assisant link in Help menu of any App under macOS 10.15 (19A471t)Feedback Assisant website goes into endless login loop from link https://feedbackassistant.apple.com