Here’s a cheatsheet of how to make an API request in iOS7+: Obviously, you need to pick an API, sign up for a developer account and add your application. Look …
To enable edits of rows in a UITableView, use the canEditRowAtIndexPath and commitEditingStyle methods. – canEditRowAtIndexPath allows you to set if each individual row is editable or not. – commitEditingStyle …