Errortype520
Errortype520
The changes made to modal presentation style, from UIModalPresentationCustom to UIModalPresentationOverCurrentContext seems to have broken most, but not all of my popups. It works from any view controller I have...
Navigation bar gets stuck in a half transparent state if the content height is not large enough.
I think scrollingnavigationbar should be nullable for use with Swift. ``` objective-c @interface UINavigationController (GTScrollNavigationBarAdditions) @property(strong, nonatomic, readonly, nullable) GTScrollNavigationBar *scrollNavigationBar; @end @implementation UINavigationController (GTScrollNavigationBarAdditions) @dynamic scrollNavigationBar; - (nullable GTScrollNavigationBar*)scrollNavigationBar...
Swift Package Manager is not working in xcode 12