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-29 17:59:24 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
09dbda9818da7e44d198c88ec3a4f3d06bb9fca8
09dbda98
1 parent
72437759
giftsView fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/GiftsView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
09dbda9
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/GiftsView.swift
View file @
09dbda9
...
...
@@ -361,7 +361,7 @@ extension GiftsView {
// GiftItem Action
// let tempItem = item.asDictionary
let
instanceOfMySwiftApi
=
swiftApi
()
let
couponViewController
=
instanceOfMySwiftApi
.
openCoupon
(
parent
View
,
coupon
:
item
)
!
let
couponViewController
=
instanceOfMySwiftApi
.
openCoupon
(
parent
:
parentView
,
coupon
:
item
)
couponViewController
.
view
.
tag
=
2
// addChild(couponsViewController)
couponViewController
.
view
.
frame
=
parentView
.
frame
...
...
Please
register
or
login
to post a comment