How to add YouTube video to Word 2011.
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...
Simple iOS development tutorials and tips. Let's build something awesome together with Swift and SwiftUI!
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...
This tip is for iOS developers who want to reduce the time taken while searching iOS documentation using Xcode. Documentation under the Xcode organiser windo...
Microsoft Publisher automatically converts a word document in to Publisher File. Listed below are the steps for importing a word document using Publishing 20...
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 ...
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...
Word 2011 for Mac has a feature that allow users to convert selected text to table. Let us see how to convert the below text to a table using Convert Text to...
This tutorial is about the steps required to add background colour or picture to word document in Word 2011 for Mac. Step 1: Launch the Word Application on ...
This is a short tip on the steps required to auto arrange your apps on iPhone and iPad Home screen. This is useful when you have removed lot of unwanted apps...
NSLog in Objective-C is function call that is useful during debugging of a program. A typical NSLog example is NSLog(@” How to use NSLog”); The above...
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...