CHICIO CODING
Coding. Drawing. Fun.
Home
Blog
Art
About me
CHICIO CODING
Coding. Drawing. Fun.
swift (31)
02 Mar 2024
React Native is Native: drawing customized background shapes with React Native Skia and React Native SVG
12 Jun 2023
SwiftUI and the Text concatenations super powers
23 Jan 2023
Widget iOS: how to fix the image bundling problem
03 Oct 2022
Use SwiftUI Path and Shape to render your svg files: a practical example
31 May 2021
How to test your Swift source code on Linux: locally and on Github Actions
08 Mar 2021
Better organize tests and run them against multiple configuration with Xcode Test Plan
19 Oct 2020
Swift Package Manager: bundling resources with a Swift Package
02 Jul 2020
Use UIKit components in SwiftUI: UIViewControllerRepresentable and UIViewRepresentable
19 Apr 2020
How to: create your SUPER simple dependency injector container in Swift
06 Mar 2020
Create a custom TabBar in SwiftUI
18 Jan 2020
How to: enable Hermes JavaScript engine in your React Native app
03 Aug 2019
Web to native code communication on iOS using WKScriptMessageHandler
08 Feb 2019
End to end (e2e) cross platform testing for your mobile apps with Appium
03 Jan 2019
Create a Swift library compatible with the Swift Package Manager for macOS and Linux
03 Dec 2018
React Native: a simple architecture for Native Modules communication with your UIViewController on iOS
02 Dec 2018
React Native: a simple architecture for Native Modules communication with your Activities and Fragments on Android
09 Sep 2018
Rich iOS notifications with Notification Content App Extension
05 Jul 2018
Eat Your Own Dog Food: distribute a beta version of your iOS app using Apple Enterprise Developer Program
04 Jul 2018
React Native + Typescript, love at first sight. Setup in an existing app
01 Jun 2018
Asynchronous testing in Swift
09 May 2018
Mp3ID3Tagger: a native macOS app to edit the ID3 tag of your mp3 files written using RxSwift and RxCocoa
08 May 2018
ID3TagEditor: a Swift framework to read and write ID3 tag of your mp3 files for macOS, iOS, tvOS and watchOS
07 May 2018
The birth of ID3TagEditor and Mp3ID3Tagger and my journey into the ID3 tag standard
08 Feb 2018
React Native: the power of RCTBundleURLProvider to build, run and debug on an iOS device from Xcode
16 Jan 2018
Android Studio vs Xcode vs AppCode: a brief comparison about coding speed
03 Jan 2018
SceneKit and physically based rendering
08 Dec 2017
React Native: use multiple RCTRootView instances in an existing iOS app
14 Nov 2017
React Native and Realm: custom manual link for an iOS app with custom directory structure
11 Aug 2017
Model View Presenter on iOS: no more excuses, write your unit test
14 Jun 2017
Swift Closure: demystifying @escaping and @autoclosure attributes
02 Jun 2017
Swift Closure: definition and syntax