mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 04:09:25 +00:00
17 lines
408 B
Swift
17 lines
408 B
Swift
//
|
|
// KeyboardViewController.swift
|
|
// SystemKeyboard
|
|
//
|
|
// Created by Gabriel Wong on 2017-10-05.
|
|
// Copyright © 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
import KeymanEngine
|
|
|
|
class KeyboardViewController: KeymanInputViewController {
|
|
override func viewDidLoad() {
|
|
Manager.setApplicationGroupIdentifier("group.KMEI")
|
|
Manager.shared.isDebugPrintingOn = true
|
|
super.viewDidLoad()
|
|
}
|
|
}
|