[Swift 4.2] How to change Time String to seconds Integer
If you have time data in the form of a string format and want to change it to the second form to make a stopwatch, then you can follow this method below. let greeting …
Read more →Build logs, short notes, and the things I work out in public before they turn into articles.
If you have time data in the form of a string format and want to change it to the second form to make a stopwatch, then you can follow this method below. let greeting …
Read more →//Image: original I want to build tableview in different sections, contents of the section are: section 1 = string array section 2 = string array section 3 = button Firs…
Read more →
if you want to know how to make some of the labels click, this is how I make it. use cocoapod SwiftyAttributes pod 'SwiftyAttributes' example: " Hello World &qu…
Read more →Using tags to track index paths is a common but very poor practice. It fails in any table view that allows rows to be deleted, inserted, or moved because remaining cells…
Read more →
Problem : i use kingfisher and can't reload image, how to fix it ? solution : if it was http or https i remembered that you have to enable http in xcode now because o…
Read more →