Custom Keyboard For textFIeld ( Swift 4)
Use tap Gesture Recognizer in your viewcontroller, and add Action like this below @IBAction func didTapScreen(_ sender: Any) { } First textField (…
Read more →
Build logs, short notes, and the things I work out in public before they turn into articles.
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 →
Button Action this code using inside touch Button ---> List + Sllide down to Up and otherwise @IBAction func Pressed(_ sender: UIButton) { // let vc = NumberTwoVi…
Read more →This a simple Notification Alert for Swift 4 @IBAction func yourButton(_ sender: Any) { let alert = UIAlertController(title: "Empty", messa…
Read more →Error. I do not know how to address the problem. Please can someone advise? I can build the app on the simulator but not on the device iphone. First Solution Try to rese…
Read more →Finally i found this, just simple solve my problem thanks. klik this https://stackoverflow.com/questions/44732950/how-to-stop-or-disable-portrait-auto-rotate-app-in-ios-…
Read more →