Skip to content

Instantly share code, notes, and snippets.

@appostroph
appostroph / KeyboardHandler.swift
Last active March 5, 2026 14:51
Changing the TextField direction according the keyboard language in SwiftUI. Changing to RTL or LTR automatically when the user changes the keyboard language (e.g. to Arabic).
//
// KeyboardHandler.swift
// KeyboardHandler
//
// Created by Yasin Al-Hammadi on 15.03.23.
//
/**
MIT License
Copyright (c) 2024 Yasin Al-Hammadi