mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-16 05:39:24 +00:00
17 lines
416 B
Swift
17 lines
416 B
Swift
//
|
|
// KeyboardViewController.swift
|
|
// SystemKeyboard
|
|
//
|
|
// Created by Gabriel Wong on 2017-10-05.
|
|
// Copyright © 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
import KeymanEngine
|
|
|
|
class KeyboardViewController: KMInputViewController {
|
|
override func viewDidLoad() {
|
|
KMManager.setApplicationGroupIdentifier("group.KMEI")
|
|
KMManager.sharedInstance().debugPrintingOn = true
|
|
super.viewDidLoad()
|
|
}
|
|
}
|