https://github.com/OfTheWolf/UBottomSheet/issues/65
In the beginning I fixed two crashes caused by force unwrapping. Then I changed all force unwrapping to safe unwrapping, because the potential is high, that some other place will crash. Now we could still run into unexpected behavior, but at least the app does not crash. Crashing is much worse for the customer and thus also for the company providing the app.
https://github.com/OfTheWolf/UBottomSheet/issues/65 In the beginning I fixed two crashes caused by force unwrapping. Then I changed all force unwrapping to safe unwrapping, because the potential is high, that some other place will crash. Now we could still run into unexpected behavior, but at least the app does not crash. Crashing is much worse for the customer and thus also for the company providing the app.