You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
Hitting enter on the block to get Xcode to fill it out will usually create the block syntax for you. I'm guessing that because the block type is a typealias it's failing to generate the syntax and you end up just getting a string readout of the typealias:
Consider the following code snippet I was just writing:
Hitting enter on the block to get Xcode to fill it out will usually create the block syntax for you. I'm guessing that because the block type is a typealias it's failing to generate the syntax and you end up just getting a string readout of the typealias:
I think if you remove the typealias then Xcode will be able to properly translate the block into code.
The text was updated successfully, but these errors were encountered: