Jared Sealey
Jared Sealey
I wrote this function as a way of reproducing the issue. If you try to "show" a notification while the previous notification is in the process of hiding, it will...
For some reason, when I switched to the Parse table view, the checkmark on the UITableViewCell definition got shifted to the left a little bit. I don't like this. I...
I'm afraid apple will decline the new version of the app if I disable the "swipe to delete" in the tableView. This should be brought back and the logic to...
could keep track of how many times the user opens the app by incrementing a value in the standard user defaults. Also, you can keep track of if the user...
Keeping the total number of API requests down accomplishes two things: 1. The total amount of data usage for the client is lower, which is important to people who have...
These two values are not currently stored in the cloud, and as a result, users can't have Measurement System and Tax Rates associated to each and every account. This requires...
Only send an API request to update an object after the user has completed all changes to the item. ie. Instead of sending out an update after every time the...
The horizontal view controller I used for categories is alright but I really don't like that you can only see 3 categories at a time if you're scrolling through. I...
I have to look into this more, but I would like if when a user made a change, to have the service send out a "reloadData" message to any device...
Since adding Parse, the table updates take a while to syncronize and be pulled down by parse. This causes the user to have to wait for parse to update the...