Results 5 comments of Jeremy Boy

Hi Jake, I have created a test case for this issue, since I encountered it some minutes ago. In my case, it was triggered by a Button#performClick() in Fragment#onResume(), resulting...

R.swift will skip the offending segue if `storyboardName` is not set. Segues from XIB work as intended without `storyboardName` set, so `storyboardName` does not seem to be necessary to me.

1. I am currently pushing a lot of images using the API. Some of them are duplicates, i.e., subsequent `POST /api/asset` calls result in responses with the previously inserted UUID...

I think this is a misunderstanding. I'm not setting the UUID field myself, I collect the auto-generated ones from the responses to my `POST /api/asset` calls. As far as I...