We all know that our apps often need location to work. We have also heard that we get the location[…]
Read more
Never cease to grow
We all know that our apps often need location to work. We have also heard that we get the location[…]
Read moreIn some cases, we need to get time difference in Swift for two dates. In this post I will show[…]
Read moreIf you are using wordpress like me, sometimes you may encounter the problem where wordpress complains about the upload_max_filesize limit[…]
Read moreThis is a small problem I hit while building a Flask-powered website. I have a form that allows a user[…]
Read moreSometimes we want to navigate to the previous view after some actions are performed. For example, I was writing some[…]
Read moreWhen moving a NavigationView originally designed only for iPhone to iPad, most likely you will find the view is not[…]
Read moreAs we know SwiftUI has been evolving since it was introduced. In iOS 13 when we want to create a[…]
Read moreToday I encountered the issue that when I set up a List view, the List background is always white, even[…]
Read moreIn some occasions we need to generate new password, salt, …etc for our apps. Today I found the pwgen tool[…]
Read moreTo retrieve iOS calendar event, we need to work with EventKit. First we will create a EKEventStore, then we need[…]
Read more