Posts

Post not yet marked as solved
9 Replies
3.2k Views
When I set self.navigationController.toolbarHidden = NO in iOS 13 beta 3 in a viewcontroller that has a UITabbar at the bottom, the toolbar gets shown but at the wrong position. The toolbar's height seems to be that of the UITabbar plus the height of the Toolbar but instead of starting at the very bottom of the screen behind the tabbar (which would then result in a correctly looking toolbar), it starts right on top of the UITabbar and therefore is way too high.Is this a known issue in the current beta?
Posted
by l00.
Last updated
.
Post marked as solved
1 Replies
841 Views
Is there any way to influence the position of the " Karten" logo that gets shown on the MapKit view? I'l like to have it above the bottom overlay as seen in the screenshot.EDIT: I still can't upload screenshots in this forum I guess. They are just visible when in editing mode. But the question remains: can I influce the position on that logo in the lower left corner?
Posted
by l00.
Last updated
.
Post not yet marked as solved
0 Replies
525 Views
With the new way of dismissing a modally presented view controller by pulling it down, is it still possible to use UIRefreshControl in such a context? When running my current implementation with the latest Xcode beta and iOS 13, instead of being able to pull down on the table, the whole controller gets pulled down and dismissed.Setting modalInPresentation also doesn't work. But I wouldn't want to use that as an alternative anyway.Do I really need to add a "refresh" button now?
Posted
by l00.
Last updated
.