• Home
  • Getting Started
  • My Books
  • My Apps
  • Objc App Development
  • Swift App Development
  • Games Reviews
  • App Store Tutorials
  • About
  • SwiftUI
  • Other

The tableView Workshop Series: Gouping Rows

November 20, 2013
Objc App Development

The main goal of this workshop is to show you how to present the tableView’s rows in one or more groups. Say we want to group the MasterViewController’s rows; well, would have to first change the tableView’s Style attribute in Interface Builder from Plain to group then modify code in a few methods of the […]

Read Post

The tableView Workshop Series: Delete Rows

November 13, 2013
Objc App Development

The main goal of this workshop is to show you how to implement the row deletion event performed by the app user. When the user is presented with a list of items in the DetailViewController.xib file, she can put the view’s tableView control in edit mode by simply tapping the navigation bar’s Edit button or […]

Read Post

The tableView Workshop Series: Reorder Rows

November 6, 2013
Objc App Development

The main goal of this workshop is to show you how to implement the row ordering event performed by the app user. How The User Rearrange The tableView Row When the user is presented with a list of items in the DetailViewController.xib file, she can put the view’s tableView control in edit mode by simply […]

Read Post

The tableView Workshop Series: Selecting a Row

October 30, 2013
Objc App Development

The main goal of this workshop is to show you how to implement the row selection event performed by the app user. What We’ll Do? When the user is presented with a list of categories in the MasterViewController’s tableView control, he should be able to tap a row. The app should respond by displaying a […]

Read Post

The tableView Workshop Series: Persisting The tableView Data

October 23, 2013
Objc App Development

The main goal of this workshop is to show you how to persist the MasterViewController’s tableView data in a Property List file which resides in the application sandbox’s Documents directory. This mean you’ll have to add code in the AppDelegate class and the AddItemViewController class to make that happen. The AppDelegate Code Add this code in the […]

Read Post
« Older posts
Newer posts »

 

UIDocument Demystified: A step-by-step guide on local and iCloud document storage

 

Recent Posts

  • Authentication Using iOS Keychain
  • In-App Purchase How To – Part 6
  • In-App Purchase How To – Part 5
  • In-App Purchase How To – Part 4
  • In-App Purchase How To – Part 3

Recent Comments

  • Xcode on CloudKit Subscription
  • Xcode on CloudKit Authentication
  • Anilton on Play a Video When a Table View Cell is Tapped
  • Anilton on Play a Video When a Table View Cell is Tapped
  • Merlyn Aivaliotis on Play a Video When a Table View Cell is Tapped

Archives