Native IOS Hot Reload UIKit

Опубликовано: 05 Апрель 2026
на канале: Mizter PomPoy Dev
497
7

Save your development time with Hot Reload. How to implement?
1. Download injectionlll from App Store: https://apps.apple.com/us/app/injecti.... After launch the app open your Xcode project
2. Import a library “Inject” using swift package manger: https://github.com/krzysztofzablocki/...
Notes: If you project support from IOS 12, please use this Cloned Inject instead: https://github.com/ChanonLatt/Inject-...
3. Add -Xlinker -interposable to Other link flags in project build setting
4. Now you can use “Hot reload” with the ViewController or UIView that you want by wrapping with Inject.
Demo Project: https://github.com/ChanonLatt/Native-...
Thanks you guys for watching.