Swift 4 "Change String to Date without time"
Converting Date String to Date change format, and after that convert again to String Type with Swift let isoDate = "2018-07-26" let dateFormatter = DateForm…
Read more →
Build logs, short notes, and the things I work out in public before they turn into articles.
Converting Date String to Date change format, and after that convert again to String Type with Swift let isoDate = "2018-07-26" let dateFormatter = DateForm…
Read more →
I have problem, i want to make UIdatePiker just use present time and future time you need this code in your date picker let celendar: NSCalendar = NSCalendar(calendarId…
Read more →I want to post data password and need feedback "message" 1. first i check data in Postman, select form-data and set key value like image below Post -> h…
Read more →
You might required to implement the following in your code, which means instead of using UIWebViewDelegate protocol try to use WKNavigationDelegate protocol. I guess you…
Read more →import UIKit class SegmentTestViewController: UIViewController { @IBOutlet weak var segmentC: UISegmentedControl! @IBOutlet weak var containerView : UIView…
Read more →1. Get data longitude and latitude First you need to set allowance to receive User's GPS in the info.plist . Set: NSLocationWhenInUseUsageDescription with a random …
Read more →1. Start Integrating With Google * use this link : https://developers.google.com/identity/sign-in/ios/start-integrating 2. After download follow this step copy REVERSED_…
Read more →
This time i will try to make a combined webview with html, which is needed is the webkit WKwebview and on the coding below using fullcode, follow this step below import …
Read more →This how to create UIImagePicker for take foto using camera and library into imageview you can follow this step. 1. Code in your viewController import UIKit class Imag…
Read more →
This time is a little example for code calculator, using only simple code, ok try to see the script below, you can try it quite simple. //from original data import UIKit …
Read more →
This is a way to modify UIAlertAction, but only for title and color button. if anyone can modify the font size from the comment below. It look like this : @IBAction func…
Read more →
down vote Can create a currency text field subclassing UITextField. Add a target for UIControlEvents .editingChanged. Add a selector method to filter the digits from you…
Read more →. This is a continuation of Insert and delete tabel, but now I added a way to DELETE value in tableview, if not read the previous prosess klik this link Next step …
Read more →