It looks like Amazon changed their ebooks details page once again, and my scraping code does no longer work. It would be nice when they would just over an API.

Feeling stupid right now just spend an hour writing down my solution to setup a UIScrollView with content having dynamic content height.

My solution used multiple subclasses and set height constraints manually. The right answer: use the content hugging policy on the child view.

I fixed dependency hell by removing all my external dependencies. it was possible because I only had two of them and it is a hobby project.

Anyway, I still lost two days I could have used for features.