Post

Replies

Boosts

Views

Activity

Reply to Xcode auto completion
I have the same issue in Xcode 16.1. You can bring up either depending on whether ( is typed at the time of auto-completion. For example, if I just type Button and wait for auto-completion, I get the choices you mentioned. If I type Button(, then auto-completion only shows the initializer with escaping closures (i.e., (action: @escaptin () -> Void, label: @escaping () -> Label). Let me know if there's anything unclear.
2w