All in iOS

Mobile DevOps for Mobile Developers (4 new courses!)

Wow, 4 new courses, I had never released so many courses in such a short period of time! But these 4 are actually the same course, only tailored to different mobile developers:

  • Android developers

  • iOS developers

  • React Native developers

  • Xamarin developers

All 4 courses will teach you how to use Microsoft’s Visual Studio App Center to automatically build your code, automatically test it in real devices hosted in the cloud, automatically deploy it to your users both from App Center and to the App Stores, and to get continuous feedback so you can plan the next release!

Customizing iOS Navigation Bar and Tab Bar colors

Customizing the look and feel of an application is very important when communicating your brand's personality inside the software with which your users interact, it gives the application an identity, it can convey feelings, and most importantly, it gets designers off our backs after they so persistently insisted we implement the design they poured so much effort into creating.

All joking aside, it is an important step that many developers find to have low priority, but can have a huge impact on the user experience that can define whether a user returns to the app or not. In this post then, I will show you the steps that are necessary for you to customize the NavigationBar and TabBar colors on your iOS application.

Large Titles on iOS with Xamarin Forms

This is going to be a very quick and straight forward post, but a very useful one I believe. When searching the web for how to implement the new large titles that were introduced with iOS 11 last year when using Xamarin Forms, I found a few different ways how this is supposed to work, only one eventually worked for me.