Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
enzevalos_iphone_workspace
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
enzevalos
enzevalos_iphone_workspace
Commits
b039362c
Commit
b039362c
authored
5 years ago
by
Oliver Wiese
Browse files
Options
Downloads
Patches
Plain Diff
Update Onboarding Video
parent
7cb0f103
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Pods/QAKit/QAKit/Source/Fingertips.swift
+3
-3
3 additions, 3 deletions
Pods/QAKit/QAKit/Source/Fingertips.swift
with
3 additions
and
3 deletions
Pods/QAKit/QAKit/Source/Fingertips.swift
+
3
−
3
View file @
b039362c
...
...
@@ -103,7 +103,7 @@ class FingertipsManager {
case
.
cancelled
,
.
ended
:
UIView
.
animate
(
withDuration
:
0.
2
,
animations
:
{
[
weak
self
]
in
UIView
.
animate
(
withDuration
:
0.
4
,
animations
:
{
[
weak
self
]
in
self
?
.
fingertipView
(
for
:
touch
)?
.
alpha
=
0
},
completion
:
{
[
weak
self
]
(
success
:
Bool
)
in
self
?
.
fingertipView
(
for
:
touch
)?
.
removeFromSuperview
()
...
...
@@ -155,7 +155,7 @@ private class FingertipView : UIView {
self
.
layer
.
cornerRadius
=
(
self
.
frame
.
height
/
2
)
self
.
layer
.
masksToBounds
=
true
self
.
layer
.
borderWidth
=
8
self
.
layer
.
borderColor
=
UIColor
.
black
.
withAlphaComponent
(
0.
2
)
.
cgColor
self
.
backgroundColor
=
UIColor
.
white
.
withAlphaComponent
(
0.
2
)
self
.
layer
.
borderColor
=
UIColor
.
black
.
withAlphaComponent
(
0.
7
)
.
cgColor
self
.
backgroundColor
=
UIColor
.
white
.
withAlphaComponent
(
0.
7
)
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment