Category: Mac
Insertion Sort
Insertion Sort algorithm does the following Keeps the sorted numbers from left to right. Compares the left with right and interchanges the number if left is greater than right. Here is code snippet of Insertion Sort in Swift. [code language=”swift”]var inputArr:[Int] = [Int]() // generate random numbers for rIndex in 0..<10 { inputArr.append(((Int(arc4random()) % 100)))…
How to change bluetooth device name of iPhone/iPad/Mac
Change bluetooth name for iPhone, iPad and Macbook Pro. In this tutorial we are going to cover the steps required to change the device name that appears while discovering bluetooth enabled Apple devices. For example when you are trying to pair iPhone with MacBookPro, the Set up Bluetooth Device screen on Macbook Pro would display…
Reduce the time taken for searching iOS documentation using Xcode
This tip is for iOS developers who want to reduce the time taken while searching iOS documentation using Xcode. Documentation under the Xcode organiser window by default shows information on OS X as well. If you are not a Mac developer then you can turn off the documentation related with OS X. Step 1: Launch…
How to convert text to table in Word 2011 for Mac
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 Table feature. Step 1: Select the text and click Table menu. Step 2: In the Table menu list, navigate to Convert and select…
How to add background for document in Word 2011 for Mac
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 Mac and click the Layout Option. Step 2: In the Layout option, navigate to Page Background section and click the Colors option. Step 3: The Color drop…
How to turn off hyperlinks in Keynote on Mac OS X Lion
This tutorial provides the steps to turn off the hyperlink feature in Keynote on Mac OS X Lion. Click the Keynote menu and select Preferences from the menu list. In the Preferences window, click the Auto-Correction tab and un mark the check box with label as Automatically detect email and web addresses. Now if you…
How to insert watermark in Word 2011 Mac
It is always recommended to insert watermark in your confidential document and this article explains how to add watermark in Word 2011 for Mac. Click the Layout menu and navigate to Page Background section. Click the Watermark option to launch the Insert Watermark window. If you want to add your company logo as Watermark then…