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-07-19 14:01:44 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
16513e915adee445d8ae953db910b8680005ca29
16513e91
1 parent
a4e9b758
minor fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
SwiftWarplyFramework/SwiftWarplyFramework/NumberPopupViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/NumberPopupViewController.swift
View file @
16513e9
...
...
@@ -57,7 +57,7 @@ protocol NumbersPopupDelegate {
}
public
override
func
viewWillAppear
(
_
animated
:
Bool
)
{
// self.SetInfoText(t: infoText ?? ""
)
super
.
viewWillAppear
(
animated
)
}
public
override
func
viewDidLoad
()
{
...
...
@@ -103,11 +103,6 @@ protocol NumbersPopupDelegate {
delegateBallon
?
.
dismissedPopup
()
}
// func SetInfoText(t: String){
// infoTextView.text = t
// infoTextView.scrollRangeToVisible(NSRange(location:0, length:0))
// }
public
override
func
didReceiveMemoryWarning
()
{
super
.
didReceiveMemoryWarning
()
// Dispose of any resources that can be recreated.
...
...
Please
register
or
login
to post a comment