Hey Developers! 👋

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

How to Add calculator in Excel 2013 & 2010

less than 1 minute read

Excel users can customize the Quick Access Toolbar and add Calculator as part of the toolbar. This would allow users to access Calculator without leaving Exc...

Access Control in Swift

2 minute read

Swift like other programming languages provides option to restrict access to classes, functions, variables, structs, enums etc applying the required Access C...

Auto launch Outlook at Windows Startup

less than 1 minute read

Lot of office users would like to start their day by reading their emails. Configuring Outlook 2013 and Outlook 2010 to automatically launch at Windows start...

How to hide mini toolbar in Word

less than 1 minute read

When you select a text in Microsoft Word 2013 and Word 2010 a mini toolbar would appear as shown below. Initially it will be displayed as faded one but after...

How to change hyperlink style in Word

less than 1 minute read

We had covered earlier about the steps required for adding hyperlink and email address in a Word document. Now let us see how to change the default style of ...

Access your personal website in Outlook

less than 1 minute read

Outlook 2013 and Outlook 2010 allows user to configure their personal website or a blog on Outlook folder. This feature would help the users to keep track of...

Navigation Controller in iOS

7 minute read

Navigation contollers are quite commonly used in iOS App. Navigation Controllers contain stack of view controllers and provide a drill down approach for acce...