blog logo
> CHICIO CODING_Pixels. Code. Unplugged.
Marco De Lucchi

Marco De Lucchi

LinkedIn

Posts published (5)

Which Locale? Decoding the Madness Behind iOS Localization and Language Preferences

Which Locale? Decoding the Madness Behind iOS Localization and Language Preferences

·

iOS localization is a wild ride where device and app locales play by their own rules. Under the hood, Apple uses CLDR/ICU language distance matching to pick the best locale for your app. Let’s decode the madness together. [...]

SwiftUI and the Text concatenations super powers

SwiftUI and the Text concatenations super powers

·

Do you need a way to compose beautiful text with images and custom font like you are used with Attributed String. The Text component has everything we need to create some sort of 'attributed text' directly in SwiftUI. Let's go!!! [...]

Widget iOS: how to fix the image bundling problem

Widget iOS: how to fix the image bundling problem

·

Discover how we had a long day debugging WidgetKit problems with images. [...]

Use SwiftUI Path and Shape to render your svg files: a practical example

Use SwiftUI Path and Shape to render your svg files: a practical example

·

Let's have some fun with SwiftUI by drawing an inspiration title component leveraging Path and Shape. [...]

How to: enable Hermes JavaScript engine in your React Native app

How to: enable Hermes JavaScript engine in your React Native app

·

React native 0.60.4 has a new cool feature for Android: a new JavaScript engine called Hermes. Let's see how you can turn it on in your React Native application to get all its benefits. [...]