keyboard moving using Nsnotification swift 4

          class  ViewController:  UIViewController  {     @IBOutlet weak var userNameTF: UITextField ...
Read More

Time and date formatter in swift 4

import UIKit class TimeDateController: UIViewController {     @IBOutlet weak var timeLabel: UILabel !          ...
Read More

simple timer in swift 4

import UIKit class ViewController: UIViewController {     @IBOutlet weak var timerLabel: UILabel !     var timer...
Read More