Reputation: 374
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?
Upvotes: -1
Views: 72
Reputation: 374
I updated XCode 13.X -> 14.1 and restarted AppCode. It is solved. My AppCode now shows all constructors
Upvotes: 0