Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-04-27 12:23:58 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7d51d22b86734c59d5e61459ded0518e6891bafa
7d51d22b
1 parent
7a809440
barcode lib v12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponBarcodeView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
7d51d22
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponBarcodeView.swift
View file @
7d51d22
...
...
@@ -178,11 +178,18 @@ extension CouponBarcodeView {
// .frame(maxWidth: .infinity)
// .padding(.top, self.uiscreen.height * 0.01)
Image
(
uiImage
:
barcodeImage
)
.
renderingMode
(
.
original
)
.
resizable
()
.
aspectRatio
(
contentMode
:
.
fit
)
.
frame
(
width
:
300
,
height
:
300
)
Image
(
uiImage
:
UIImage
(
named
:
"ic_back"
)
!
)
.
renderingMode
(
.
original
)
.
resizable
()
.
aspectRatio
(
contentMode
:
.
fit
)
.
frame
(
width
:
300
,
height
:
300
)
// Image(uiImage: barcodeImage)
// .renderingMode(.original)
// .resizable()
// .aspectRatio(contentMode: .fit)
// .frame(width: 300, height: 300)
// .frame(width: self.uiscreen.width * 0.8, height: self.uiscreen.height * 0.05)
}
// }
...
...
Please
register
or
login
to post a comment