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-09-12 16:57:31 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
03a88d12f90d0a9916af70464b6d9431597c14a9
03a88d12
1 parent
a2764bbf
fix barcode number
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/CouponBarcodeViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
03a88d1
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/CouponBarcodeViewController.swift
View file @
03a88d1
...
...
@@ -212,7 +212,8 @@ import AVFoundation
for
i
in
0
..<
loops
{
zerosStr
+=
"0"
}
fixedCouponCode
=
zerosStr
+
fixedCouponCode
;
// fixedCouponCode = zerosStr + fixedCouponCode;
fixedCouponCode
=
fixedCouponCode
+
zerosStr
;
}
var
multiplier
=
3
;
...
...
Please
register
or
login
to post a comment