Hello,
It looks like I would use a Referencing Outlet, as I can see my control IDs/Names from previously added controls (old way), but it will not let me do anything with it.
There are no control IDs/Names now, you could refer to this doc to create a new control, open both the storyboard and the corresponding view controller header file. Holding the Control key (^), drag the control from the storyboard to the view controller file(.h file
). This control will be a property of your controller, and you can get the name.
In addition, starting in Visual Studio 2019 version 16.9, there will be no supported way to edit iOS storyboards on Windows. Use Visual Studio for Mac and the Xcode Interface Builder to continue building your Xamarin.iOS user interfaces. You have to use VS for Mac.
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.