Xamarin.Forms lightweight bottom sheet modal

Bottom sheets are becoming increasingly more popular in modern apps including Facebook, Instagram and Microsoft Teams.  A bottom sheet comes in three main forms including: Standard - the sheet remains visible while users can interact with the rest of the content on the screen. Modal - the sheet must be dismissed to interact with

By |2021-08-06T13:00:20+10:00July 30th, 2021|Categories: UI, Xamarin.Forms|Tags: , |3 Comments

Fixing small text on iOS WKWebView’s in Xamarin.Forms

Even though Apple have extended the deadline to remove UIWebView's from apps until December, the requirement to update things is still there and I'm finding a lot of clients wanting to get ahead of things and move on. On several apps I work with there is HTML content within the app that's maintained by non-technical

By |2020-05-09T07:38:37+10:00May 7th, 2020|Categories: Apple, iOS, UI, Xamarin, Xamarin.Forms|2 Comments

Customising iOS Frame shadows in Xamarin.Forms 4.5+

Even with iOS 13 having been out for quite a while now and Xamarin.Forms 4.5+ bringing a lot of improvements and fixes, I still find myself having to customise things for different projects (usually for the same reason as some of my other other posts: Graphic Designers and marketing people 😂). One thing that was

By |2020-05-26T13:36:56+10:00April 7th, 2020|Categories: Apple, iOS, UI, Xamarin, Xamarin.Forms|Tags: , , , |8 Comments

Making iOS 13 segmented controls prettier in Xamarin.Forms

Following on from my last post about iOS 13, I've since had the need to update various apps that have a segmented control. I've been using Alexander Reyes cool control Segmented Control Plugin for Xamarin.Forms (I believe there are a few others out there as well) to get keep everything nicely in XAML and working

By |2019-11-22T15:39:15+10:00November 22nd, 2019|Categories: Apple, iOS, UI, Xamarin, Xamarin.Forms|Tags: , , |0 Comments

Controlling iOS 13 modal presentation styles in Xamarin.Forms

With the official release of iOS 13, I've found that as I move some of the apps I work on up to targeting this that various UI components don't work as they used to. So far, this isn't nearly as much of an issue as the transition from iOS 6 to iOS 7 (for

By |2019-10-20T17:35:30+10:00October 18th, 2019|Categories: Apple, iOS, UI, Xamarin, Xamarin.Forms|Tags: , , , |7 Comments

Xamarin.Forms repeater control with a data template selector

Sometimes, although suited to a very wide range of UI requirements, a ListView introduces more complexity than required, or simply doesn't suit the purpose you're trying to achieve. For example, I recently worked on a project that required a very specific looking UI similar to a "card view" on the main landing screen that a

By |2020-05-05T16:09:51+10:00September 12th, 2019|Categories: Android, iOS, UI, Xamarin, Xamarin.Forms|Tags: , , , , |2 Comments
Go to Top