In the Xcode swift, click Back.I want to create a return port by dragging it from the button to Exit, but it won't connect.
The viewcontroller on the parent screen is
@IBAction func returnTop (segue:UIStoryboardSegue){}
The warning says use of undeclared type 'UIStoryboardSegue'.
I googled, but I'm too new to understand...(;)
I'm sorry to trouble you, but I appreciate your cooperation
Do you mean that you want to set the process of pushing the button you installed and returning to the previous screen on the Storyboard?
It seems to be a simple spelling mistake.Is it correct that it is UIStoryboardSegue?
·Before modification
@IBAction func returnTop (segue:UIStoryboardSegue){}
·Corrected
@IBAction func returnTop (segue:UIStoryboardSegue){}
619 Uncaught (inpromise) Error on Electron: An object could not be cloned
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.