diff --git a/Carthage/Build/iOS/YPImagePicker.framework/Assets.car b/Carthage/Build/iOS/YPImagePicker.framework/Assets.car index e1d3e8bac..ac8de2c3a 100644 Binary files a/Carthage/Build/iOS/YPImagePicker.framework/Assets.car and b/Carthage/Build/iOS/YPImagePicker.framework/Assets.car differ diff --git a/Carthage/Build/iOS/YPImagePicker.framework/Info.plist b/Carthage/Build/iOS/YPImagePicker.framework/Info.plist index e4a19cd92..8bda24cdb 100644 Binary files a/Carthage/Build/iOS/YPImagePicker.framework/Info.plist and b/Carthage/Build/iOS/YPImagePicker.framework/Info.plist differ diff --git a/Carthage/Build/iOS/YPImagePicker.framework/YPImagePicker b/Carthage/Build/iOS/YPImagePicker.framework/YPImagePicker index 3d7450242..cc728cf57 100755 Binary files a/Carthage/Build/iOS/YPImagePicker.framework/YPImagePicker and b/Carthage/Build/iOS/YPImagePicker.framework/YPImagePicker differ diff --git a/Carthage/Build/iOS/YPImagePicker.framework/YPVideoFiltersVC.nib/objects-11.0+.nib b/Carthage/Build/iOS/YPImagePicker.framework/YPVideoFiltersVC.nib/objects-11.0+.nib index 1c7713022..2c6bd9ed6 100644 Binary files a/Carthage/Build/iOS/YPImagePicker.framework/YPVideoFiltersVC.nib/objects-11.0+.nib and b/Carthage/Build/iOS/YPImagePicker.framework/YPVideoFiltersVC.nib/objects-11.0+.nib differ diff --git a/Carthage/Build/iOS/YPImagePicker.framework/YPVideoFiltersVC.nib/runtime.nib b/Carthage/Build/iOS/YPImagePicker.framework/YPVideoFiltersVC.nib/runtime.nib index 40cfb5f47..7af647db2 100644 Binary files a/Carthage/Build/iOS/YPImagePicker.framework/YPVideoFiltersVC.nib/runtime.nib and b/Carthage/Build/iOS/YPImagePicker.framework/YPVideoFiltersVC.nib/runtime.nib differ diff --git a/Source/YPImagePicker.swift b/Source/YPImagePicker.swift index 1be555303..fc22684a9 100644 --- a/Source/YPImagePicker.swift +++ b/Source/YPImagePicker.swift @@ -46,6 +46,7 @@ open class YPImagePicker: UINavigationController { YPImagePickerConfiguration.shared = configuration picker = YPPickerVC() super.init(nibName: nil, bundle: nil) + modalPresentationStyle = .fullScreen // Force .fullScreen as iOS 13 now shows modals as cards by default. picker.imagePickerDelegate = self } diff --git a/YPImagePicker.framework.zip b/YPImagePicker.framework.zip index 6be02122f..dcdbdfb4e 100644 Binary files a/YPImagePicker.framework.zip and b/YPImagePicker.framework.zip differ diff --git a/YPImagePicker.podspec b/YPImagePicker.podspec index eaff2f3f7..56861b457 100644 --- a/YPImagePicker.podspec +++ b/YPImagePicker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'YPImagePicker' - s.version = "4.1.1" + s.version = "4.1.2" s.summary = "Instagram-like image picker & filters for iOS" s.homepage = "https://github.com/Yummypets/YPImagePicker" s.license = { :type => "MIT", :file => "LICENSE" } diff --git a/YPImagePicker.xcodeproj/project.pbxproj b/YPImagePicker.xcodeproj/project.pbxproj index 84fb76999..8908edd02 100644 --- a/YPImagePicker.xcodeproj/project.pbxproj +++ b/YPImagePicker.xcodeproj/project.pbxproj @@ -831,7 +831,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 4.1.1; + MARKETING_VERSION = 4.1.2; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.yummypets.YPImagePicker; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -863,7 +863,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 4.1.1; + MARKETING_VERSION = 4.1.2; ONLY_ACTIVE_ARCH = NO; PRODUCT_BUNDLE_IDENTIFIER = com.yummypets.YPImagePicker; PRODUCT_NAME = "$(TARGET_NAME)";