-1

I am new to ios development and studying SwiftUI.

xCode shows more than 5 constructors of Button. AppCode shows only 2 constructors of Button.

xCode xCode (many constructors)

AppCode AppCode (only 2 constructors)

developer document. there exists the constructor whose first parameter is String 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 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?

wonpyohong
  • 344
  • 4
  • 7

1 Answers1

0

I updated XCode 13.X -> 14.1 and restarted AppCode. It is solved. My AppCode now shows all constructors

wonpyohong
  • 344
  • 4
  • 7