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
a0ec4fa2
Unverified
Commit
a0ec4fa2
authored
Nov 06, 2016
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
development: issue-568: fixed issue where active color was not being updated in TextField
parent
dd7019e0
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
Sources/Info.plist
+1
-1
Sources/iOS/ErrorTextField.swift
+1
-1
Sources/iOS/PageTabBarController.swift
+1
-1
Sources/iOS/TextField.swift
+0
-0
No files found.
Sources/Info.plist
View file @
a0ec4fa2
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
2.3.
2
<
/string
>
<
string
>
2.3.
3
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
...
...
Sources/iOS/ErrorTextField.swift
View file @
a0ec4fa2
...
@@ -35,8 +35,8 @@ open class ErrorTextField: TextField {
...
@@ -35,8 +35,8 @@ open class ErrorTextField: TextField {
@IBInspectable
@IBInspectable
open
var
isErrorRevealed
=
false
{
open
var
isErrorRevealed
=
false
{
didSet
{
didSet
{
layoutDetailLabel
()
detailLabel
.
isHidden
=
!
isErrorRevealed
detailLabel
.
isHidden
=
!
isErrorRevealed
layoutSubviews
()
}
}
}
}
...
...
Sources/iOS/PageTabBarController.swift
View file @
a0ec4fa2
...
@@ -103,7 +103,7 @@ open class PageTabBarController: RootController {
...
@@ -103,7 +103,7 @@ open class PageTabBarController: RootController {
/// Reference to the PageTabBar.
/// Reference to the PageTabBar.
open
private(set)
lazy
var
pageTabBar
:
PageTabBar
=
PageTabBar
()
open
private(set)
lazy
var
pageTabBar
:
PageTabBar
=
PageTabBar
()
/// A boolean that indicates whether boun
ds
is enabled.
/// A boolean that indicates whether boun
ce
is enabled.
open
var
isBounceEnabled
:
Bool
{
open
var
isBounceEnabled
:
Bool
{
didSet
{
didSet
{
scrollView
?
.
bounces
=
isBounceEnabled
scrollView
?
.
bounces
=
isBounceEnabled
...
...
Sources/iOS/TextField.swift
View file @
a0ec4fa2
This diff is collapsed.
Click to expand it.
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