Yesterday my life long Gmail account has been deleted by Google because I integrated it with G Suite by cancelling the subscription. G Suite for business was a mean to upgrade your personal email so that all your inbox will be unified. But the more email gets into the inbox, the more cluttered it seems.Continue reading “G Suite Horror Story”
Author Archives: lwgmnz
Implementing the expandable cell in iOS UITableView
I’m going to implement below on how to create the expandable UITableView cell for example on iOS stock calendar. From scratch, create a new project on Xcode. In your main.storyboard remove the default ViewController (delete also the extra unused ViewController.swift file in the project explorer) and drag a new TableViewController. Now that we have our TableViewController set onContinue reading “Implementing the expandable cell in iOS UITableView”