OfTheWolf / UBottomSheet

iPhone Maps App bottom sheet - A Protocol Oriented Approach
MIT License
653 stars 68 forks source link

fixed crash #78

Open rocketnik opened 1 year ago

rocketnik commented 1 year ago

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.

rocketnik commented 1 year ago

Should we merge then?

rocketnik commented 7 months ago

Because I don't have permission to do so.