UITextFieldDelegate in Swift

1 minute read

This is a beginners tutorial on UITextFieldDelegate in Swift. We are going to see how to use UITextFieldDelegate by writing a Simple Interest Calculator. ...

SplitViewController example in Swift

2 minute read

This is a beginners tutorial on SplitViewController using Interface builder with programming language as Swift. There are also some good articles available o...

payworks SDK integration in Swift

3 minute read

payworks mPOS helps app developers to integrate their App with card reader. In this tutorial, we will see a sample app that integrates payworks mPOS using Sw...

Swift Interview Questions

1 minute read

Listed below are some of topics to be familiar before attending an iOS//Swift interviews. These are very trivial questions but in future this space will upda...

Test Driven Development in Swift

4 minute read

Here is a beginner tutorial on TDD in Swift by writing a program that checks for a prime number. Let us start by creating a new project, selecting template a...

How to check the OS version of your iPad

less than 1 minute read

iPad allows users to check the version of OS installed using the settings menu. This would be useful when you are troubleshooting some problems in your iPad....

Swift Tuples

2 minute read

Tuples in Swift are a powerful feature that allows you to group multiple values into a single compound value. They’re particularly useful for returning multi...