Hey Developers! đź‘‹

Simple iOS development tutorials and tips. Let's build something awesome together with Swift and SwiftUI!

How to add YouTube video to Word 2011.

1 minute read

In this tutorial we are going to see the steps required for adding videos from Youtube in Word 2011 for Mac. In Office 2011 you can not directly embed YouTub...

Variables in Objective-C

less than 1 minute read

Objective-C also uses variables for storing data in memory like other programming languages. The variables are defined based on the type data type that will ...

Create an example iOS Project using Xcode

1 minute read

We had already covered the basic overview of Xcode and now we are going see the steps required for creating an sample iOS Project that displays Welcome messa...

Different data types in Objective-C

1 minute read

Objective-C like any other programming languages has different data types like int, float, double, char and id. Data types are used for specifying the kind o...