spiegel-keyman/ios/engine/KMEI/SystemKeyboard/KeyboardViewController.swift
2017-10-05 10:28:58 +07:00

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()
}
}