I have added a custom view in AppDelegate keyWindow of status bar frame. Before iOS 13, touchbegan was getting called, using which was comparing touch location with the status bar coordinates.
I have searched a lot but couldn't find any thing why touchbegain stopped getting called.
I also tried by hiding the status bar in iOS 13 and than adding subview of status bar frame, this way touchbegan is getting called, but view is getting upside when I hide status bar.
If anyone has any solution for this, kindly post your response.