Friday, March 3, 2017

Using Git for Version Control and how to master it.

In this tutorial we will deep dive into Git for Version Control and how to commit, push, pull, merge, Branching, Tagging, Stashing and other features of Git. Using Git when you are working in Team.

Pre-Requisities:
1. GitHub Account
2. SourceTree installed on your system


Thursday, March 2, 2017

Expandable Cells in UITableView using Buttons (Continuation of Expandable Cell tutorial)

This is in continuation with Tutorial - How to Create a Expandable Cell in UITableView (https://youtu.be/LqHzHkuXRxQ) where i got request to create the same example by expanding it using Button and Navigation to another Screen.

Demo Available at:
https://github.com/quantumarun/Demos/tree/feature/ExpandTableCellSwift3_ButtonClick

Development Environment:
Xcode 8.2.1
Swift 3.0
macOS sierra - 10.12.1


Wednesday, March 1, 2017

Xcode Managed Signing process without Paid Apple Developer Program

This tutorial shows how to run your application on a device with Xcode managed signing profile without Enrolling for Apple Developer Program, just require to create a free account on https://developer.apple.com.

Prerequisites:
1. Xcode 8.0+
2. Using Mac OS 10.12.1
3. Free Apple Developer Account. Create it on https://developer.apple.com


Tuesday, February 28, 2017

Day 4#Xamarin.iOS: How to output Debug logs to Application output console

How to print your debug logs onto application output console of Xamarin Studio using MvvmCross Framework.


Monday, February 27, 2017

Day 3#Xamarin.iOS: Adding Nuget Packages to your project

In this tutorial we will see how to add a Nuget Package to our Project and also to add a private Packages Repository and add packages from that repository.


Sunday, February 26, 2017

Day 2#Xamarin.iOS: Getting the Architecture Right (Do Enable Subtitles and CC)

In this tutorial we will create a sample Xamarin.iOS application but more importantly we will cover the basic architecture (i.e. MVVM) to follow while creating a application. We will use PCL (Portable Class Library) for shared code and MvvmCross for MVVM Framework.
For more details on MvvmCross go through their documentation at:

https://mvvmcross.com/docs/getting-started
https://mvvmcross.com/docs/app-architecture

Prerequisites:
1. Xamarin Studio 6.1.3+
2. Xcode 8+ and iOS Simulators installed
3. Basic Knowledge of C#, iOS


Saturday, February 25, 2017

Day 1#Xamarin.iOS: Xamarin Studio Installation on Mac

Beginning with My First Beginners tutorial for Xamarin.iOS with installation and setup of Xamarin Studio on Mac

Prerequisites:
1. Xcode (Xcode 8+)
2. Command Lines Tools Installed