I am new to ios development and studying SwiftUI.
xCode shows more than 5 constructors of Button. AppCode shows only 2 constructors of Button.
developer document. there exists the constructor whose first parameter is String
The result of Jump to Definition on AppCode. there exists the constructor but not showing on code completion
AppCode should more than constructors. Any ideas?