-
Notifications
You must be signed in to change notification settings - Fork 109
Priority/Context action sheets no longer display items within iOS 8 #230
Comments
I have this too. |
Same here. Any one got any ideas on what might be the cause? Or perhaps seen something similar in other apps? |
Anyone available to try to upgrade ActionSheetPicker? My first try failed with many build errors. |
I've got it almost figured out. A lot of the API changed. |
Sent a PR. Only tested on simulators (iPhone 5s and iPad Air). Couldn't figure out how to run unit tests. It looks like the framework we were using is no longer supported? |
Thanks again Chuck! re: testing framework, I upgraded us from OCUnit to XCTest in We have some "issues" in the StringsTest but I think they're just a syntax issue. |
Thanks Chuck for fixing the issue, just didn't have time to get around to it. I have created a pull request to fix the issues running the unit tests within #232 |
I've tested the merge on iOS 8.0 (iPhone 5s) and it works. ✔️ |
After upgrading to iOS 8, the Priority/Context action sheet pickers fail to work within the edit task screen, nor does the sort action sheet picker work on the main screen.
I believe this problem is due to the iOS todo.txt project using an older version of the ActionSheetPicker project. It will need to be updated to use the new forked version.
The text was updated successfully, but these errors were encountered: