Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
6424741c
Commit
6424741c
authored
Oct 19, 2023
by
Evan W. Patton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use darker gray for iOS PasswordTextbox hint color
Change-Id: I46ef412ee85c795d157fa48c3d3c8773f0ab525d
parent
058782e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
appinventor/components-ios/src/PasswordTextBox.swift
appinventor/components-ios/src/PasswordTextBox.swift
+1
-1
No files found.
appinventor/components-ios/src/PasswordTextBox.swift
View file @
6424741c
...
...
@@ -6,7 +6,7 @@
import
Foundation
class
PasswordTextBoxAdapter
:
NSObject
,
AbstractMethodsForTextBox
,
UITextFieldDelegate
{
var
placeholderColor
:
Int32
=
Color
.
d
efault
.
int32
var
placeholderColor
:
Int32
=
Color
.
d
arkGray
.
int32
fileprivate
let
_field
=
UITextField
(
frame
:
CGRect
.
zero
)
private
var
_readOnly
=
false
private
var
_numbersOnly
=
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment