ios - Xcode 8.1 Not Autocompleting type alias callbacks -
it's weird xcode (version 8.1 (8b62)) act this, not helping me auto complete callbacks, let me give specific example:
see photo, when double click or enter in suggested call back, singlerequestcallback, xcode should give me block. it's not. instead xcode completing statement firebasesinglerequest.singlerequestcallback, , if double click on suggested call back, xcode give bug report in editor , making codes white.
that happens in firebase library , in uiviewcontroller functions (such dismiss). see second screenshot.
steps made:
- clean , clean build of project.
- restart xcode
- shut down machine.
so question is: how fix this? causes issue?
Comments
Post a Comment