C++

Expanded iOS 12 and iPhone X series support in 10.3.1

In RAD Studio 10.3.1, we have expanded our support for iOS 12 and the iPhone X series devices. This was done to address the upcoming March 2019 App Store requirement from Apple, which requires that apps are built with the iOS 12.1 SDK and fully support the iPhone XS Max and iPad Pro. The changes include: Info.plist updates to account for new image sizes  Additional app icon and splash screen…
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…
C++

Mobile User Interface Design: Navigation Drawer

Drawer menus are very popular since they allow you to take advantage of more screen real estate when building your app. The main application menu is hidden by default, and invoked by tapping on a menu item or swiping left/right. This type of UI can be seen in many…
Delphi

Using Windows Stock Icons in Delphi

Author: Pawe Gowacki it is not a big discovery that all applications are running in the environment provided by the underlying operating system. Delphi is well-known for its rapid application development capabilities. The latest version of Delphi – Delphi 2010 – is the first release to support Windows 7, with all its latest and hottest additions including touch, multi-touch, gesturing…
Read more