Jared Sealey

Results 14 issues of 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...

bug
Newbie

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...

bug
Newbie

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...

feature
Newbie

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...

enhancement
Intermediate

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...

enhancement
Intermediate

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...

enhancement
Intermediate

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...

enhancement
question

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...

enhancement
Difficult

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...

bug
Intermediate