mirror of
https://github.com/HackPlan/IQKeyboardManager.git
synced 2026-03-29 22:36:22 +08:00
26 lines
503 B
Swift
26 lines
503 B
Swift
//
|
|
// ViewController.swift
|
|
// swift test
|
|
//
|
|
// Created by Iftekhar on 22/09/14.
|
|
// Copyright (c) 2014 Iftekhar. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class ViewController: UIViewController {
|
|
|
|
override func viewDidLoad() {
|
|
super.viewDidLoad()
|
|
// Do any additional setup after loading the view, typically from a nib.
|
|
}
|
|
|
|
override func didReceiveMemoryWarning() {
|
|
super.didReceiveMemoryWarning()
|
|
// Dispose of any resources that can be recreated.
|
|
}
|
|
|
|
|
|
}
|
|
|