Skip to content

Commit

Permalink
fixed loader image issue and release prepare for version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarthecoder committed Sep 24, 2022
1 parent 5357f65 commit 5069985
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 39 deletions.
6 changes: 0 additions & 6 deletions Assets/SupportingAssets.xcassets/Contents.json

This file was deleted.

21 changes: 0 additions & 21 deletions Assets/SupportingAssets.xcassets/loader.imageset/Contents.json

This file was deleted.

14 changes: 7 additions & 7 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes
7 changes: 3 additions & 4 deletions ShortClipVideoTrimmerUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ShortClipVideoTrimmerUI'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'a smart UI designed in swift (programatically) to help you to trim a video with showing lots of frames accurately.'


Expand All @@ -27,8 +27,7 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/**/*.{swift}'

s.swift_version = '5.0'
s.resource_bundles = {
'ShortClipVideoTrimmerUI' => ['Assets/*.{xcassets}']
}
s.resources = 'ShortClipVideoTrimmerUI.bundle'


end
2 changes: 1 addition & 1 deletion Sources/Views/ShortClipThumbnailsCollectionViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ShortClipThumbnailsCollectionViewCell: UICollectionViewCell {
let imageView = UIImageView()
imageView.contentMode = .scaleToFill
imageView.translatesAutoresizingMaskIntoConstraints = false
imageView.backgroundColor = .clear
imageView.backgroundColor = .purple
return imageView
}()

Expand Down

0 comments on commit 5069985

Please sign in to comment.