Custom KeyBoard Use UITableView Swift 4 Xcode 9
This how use XIB file include custom keyboard with UIview MainViewController import UIKit class KeyBoardViewController: UIViewController, KeyboardLDelegate { func…
Read more →Build logs, short notes, and the things I work out in public before they turn into articles.
This how use XIB file include custom keyboard with UIview MainViewController import UIKit class KeyBoardViewController: UIViewController, KeyboardLDelegate { func…
Read more →import UIKit class ViewControllerr: UIViewController { ...... override func viewDidLoad() { let tap = UITapGestureRecognizer(target: self, action: #selector(Pen…
Read more →1. For Max/Min lenght textField or Label must be same name/ variabel ex: textFiledMin.text textFiledMin.text = textFiledMin.text?.safelyLimitedTo(length: 3) //if u use t…
Read more →This time we have problem is "How to passing data from first view controller to third view controller", now this my answer. take a look. Above have 3 picture &…
Read more →
1. Create textField in story board or .xib file import Alamofire import SwiftyJSON import UIKit class LoginViewController: UIViewController, UITextFieldDelegate { …
Read more →Use tap Gesture Recognizer in your viewcontroller, and add Action like this below @IBAction func didTapScreen(_ sender: Any) { } First textField (…
Read more →
-- Responding To User Interaction With Actions (.actionSheet) @IBAction func bMasuk(_ sender: Any) { let alert = UIAlertController(title: nil, message: …
Read more →
I have some problem in login google, i want to google login auto to next layout, no back to firstViewController but next viewController ( secondViewcontroller ) Google bu…
Read more →Facebook Login in Swift 4 The Facebook SDK in Swift enables people to sign into your app with Facebook Login. When people log into your app with Facebook they can g…
Read more →