Need better date picker

I don’t like the standard datepicker of iOS. Does anybody knows a control that’s more advanced, e.g. like in Apple’s Calendar app (multiple months visible)?

Grab my iOSKit from https://github.com/kingj5/iOSKit then check out how to use the PickerView object in the extensions module. The use is shown on the MissingControlsView example view, and it will allow you to build a picker with more options like you desire. Unfortunately there is nothing better available natively - even the picker used by the Apple calendar app is custom made in this way because Apple’s native date picker does not provide those options.