C++

Mobile App Navigation with TTabControl

Author: Rebekah D RAD Studio, Delphi, and C++Builder offer many controls to help create native mobile apps with consistent appearances that behave naturally for each platform. Today we’re going to look at the TabControl on iOS. When we develop for specific platforms like iOS and the iPhone, it’s important to adhere to that platform’s guidelines to improve the user experience, satisfaction…
Read more
Delphi

Setting a Tab Item Badge Value

Author: Chris Chuah I recently received some questions on how to display a circular badge icon and badge value on a tab item in TTabControl. Badge icons are commonly set to indicate a status change. The number displayed on the badge is frequently tied to a local notification…