Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Material
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitriy Stepanets
Material
Commits
4ceda905
Commit
4ceda905
authored
Aug 02, 2018
by
Orkhan Alikhanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up access control
parent
1c3541f2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Sources/iOS/TextField.swift
+7
-7
No files found.
Sources/iOS/TextField.swift
View file @
4ceda905
...
...
@@ -686,31 +686,31 @@ fileprivate extension TextField {
}
}
extension
TextField
{
private
extension
TextField
{
/// The animation for leftView when editing begins.
f
ileprivate
f
unc
leftViewEditingBeginAnimation
()
{
func
leftViewEditingBeginAnimation
()
{
updateLeftViewColor
()
}
/// The animation for leftView when editing ends.
f
ileprivate
f
unc
leftViewEditingEndAnimation
()
{
func
leftViewEditingEndAnimation
()
{
updateLeftViewColor
()
}
/// The animation for the divider when editing begins.
f
ileprivate
f
unc
dividerEditingDidBeginAnimation
()
{
func
dividerEditingDidBeginAnimation
()
{
updateDividerHeight
()
updateDividerColor
()
}
/// The animation for the divider when editing ends.
f
ileprivate
f
unc
dividerEditingDidEndAnimation
()
{
func
dividerEditingDidEndAnimation
()
{
updateDividerHeight
()
updateDividerColor
()
}
/// The animation for the placeholder when editing begins.
f
ileprivate
f
unc
placeholderEditingDidBeginAnimation
()
{
func
placeholderEditingDidBeginAnimation
()
{
guard
.
default
==
placeholderAnimation
else
{
placeholderLabel
.
isHidden
=
true
return
...
...
@@ -750,7 +750,7 @@ extension TextField {
}
/// The animation for the placeholder when editing ends.
f
ileprivate
f
unc
placeholderEditingDidEndAnimation
()
{
func
placeholderEditingDidEndAnimation
()
{
guard
.
default
==
placeholderAnimation
else
{
placeholderLabel
.
isHidden
=
!
isEmpty
return
...
...
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