Weekday for date in iOS app
The title of this blog can be continued with the following line “…such that it works on both iOS7.1 and iOS8 and above”. This post on weekday for date in iOS app is written for Swift version 1. Weekday for Read more
The title of this blog can be continued with the following line “…such that it works on both iOS7.1 and iOS8 and above”. This post on weekday for date in iOS app is written for Swift version 1. Weekday for Read more
So at some point in December last year, I got a rather nice “Happy new year” message on my Google chat. The following is an extract from that message, A zillion thanks for posting the Swift with html5 frameworks. I Read more
So for people who have read my blog or who know me, they would probably know that I am a Java developer in my day job(full-time contract) and coding Swift is something that I do in my spare time. So Read more
So I wrote about how I used the html2canvas to solve one of the problems at work in this post. Now have a read of the documentation for html2canvas, and focus on the bit about same origin content. So in summary, if Read more
A few months ago, I had to add a feature to this web app at work that would enable the users to get a screenshot of the page they are on. When I was given this problem to solve, I Read more
Prior to Swift, I spent my time coding in either Java or Javascript, and I usec the String.replaceAll quite often. Hence when I started coding in Swift, I asked myself, is there a String.replaceAll method in Swift? one of the Read more
This was another one of those rather simple problems that took me a while to work out, mainly because of my approach to iOS development. So how am I approaching it? well since I am new to it, I tend Read more