Recently I’ve published a post about the most common mistake in using UITableViews. The post has become quiet popular, so that I’ve decided to write this post about the most common mistakes
Continue readingAs an iOS developer you should go to conferences. It’s a great opportunity to learn new stuff and to get in contact with other developers. Also speaking on a conference is a great way to leave your
Continue readingIf your app needs a date and/or time to be chosen, sometimes it is best not to have the user segue to a different View in order to accomplish this. This tutorial will demonstrate how to show and hide a
Continue readingDeciding to transition into a new career field can be paralyzing. The thought of learning new skills, meeting new people, or working in a new environment is overwhelming. Our brains are wired for safety.
Continue readingRecently there were some interesting reports and articles about the state of Swift. In this post we will discuss them and put them in perspective.
Continue readingYou use an UIActivityIndicatorView to indicate that something is going on. For example, that could be a calculation or a network request – basically everything that takes same time.
Continue readingConcurrency is a very interesting topic and there are many situations where you should use it in iOS development. Sometimes it is the only way to provide a responsive UI to the user. In Swift there is
Continue readingThe best iOS development links from January 2016.
Continue readingThe Swift and Objective-C interoperability is very good so that it is very easy to use both Swift and Objective-C in one project.
Continue readingUITableView is one of the most important user interface objects you are using in iOS development. However, there is one common mistake in using UITableViews that could drive you crazy.
Continue readingIt is a very good idea to specialise in one area, but in addition you should also look into other areas as well. So an iOS developer should have a basic understanding of Android development.
Continue readingSo you want to become an iOS developer, but you don’t know how? No problem, in this post we will discuss how to do it.
Continue reading