Xamarin.iOS System.IO.FileNotFoundException: Could not find file [email protected]
I just completed my iOS project in VS 2022 v17.9.7 and was finishing up by adding my app icons to the asset catalog. I was able to successfully add the icons and now I get an error when I attempt to deploy the app to my physical iPhone 13 iOS 17.4.1 with the error:
Xamarin.iOS – Need to move entire view up on text entry
I have a view that contains a UIScrollview
with various UITextField
s contained within the scrollview. When I tap on an UITextField
to enter data, the UITextField
scrolls up unter the subviews above the UIScrolView
and is hidden from view. I’m using a kewboard notification solution I found here on StackOverflow
, but it doesn’t work when a scrollview is present. What do I need to do to force the entire view up so that the text entry is visible?