Hey Guys! When developing our projects sometimes we may face tedious bugs or debugging hiccups that may not seem obvious at first how to solve them, I decided to start recollecting the ones I have faced and here are a few with their solution.
Posts tagged Troubleshooting
Fixing ListView Offset on Pull to Refresh in Xamarin iOS
Hey Guys! Recently I came upon an issue using ListViews in iOS on Xamarin Forms with the pull to refresh feature enabled, that caused the first item in my listview to be scrolled off screen each time the refresh on the list completed.