Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
ZhiJi-Overseas
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmj
ZhiJi-Overseas
Commits
ded8db1f
Commit
ded8db1f
authored
Jul 24, 2020
by
lmj_521aiau@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
87cb0e0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
ZJCareStyle2ViewController.m
ZhiJi/Classes/Care/Controller/ZJCareStyle2ViewController.m
+2
-2
ZJFriendTrackMapViewController.m
...i/Classes/Map/Controller/ZJFriendTrackMapViewController.m
+2
-1
No files found.
ZhiJi/Classes/Care/Controller/ZJCareStyle2ViewController.m
View file @
ded8db1f
...
...
@@ -118,7 +118,7 @@
-
(
UIView
*
)
footerView_style2
{
if
(
!
_footerView_style2
)
{
_footerView_style2
=
[[
UIView
alloc
]
initWithFrame
:
CGRectMake
(
0
,
0
,
KScreenWidth
,
KScaleWidth
(
2
6
0
))];
_footerView_style2
=
[[
UIView
alloc
]
initWithFrame
:
CGRectMake
(
0
,
0
,
KScreenWidth
,
KScaleWidth
(
2
7
0
))];
_footerView_style2
.
backgroundColor
=
self
.
view
.
backgroundColor
;
_footer_firstView
=
[[
UIView
alloc
]
initWithFrame
:
CGRectMake
(
0
,
0
,
KScreenWidth
,
200
)];
...
...
@@ -170,7 +170,7 @@
[
self
.
phoneTF
addTarget
:
self
action
:
@selector
(
changedTextField
:
)
forControlEvents
:
UIControlEventEditingChanged
];
[
_footerView_style2
addSubview
:
self
.
phoneTF
];
[
self
.
phoneTF
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
top
.
mas_equalTo
(
_footer
_firstView
.
mas_bottom
).
mas_offset
(
KScaleWidth
(
3
0
));
make
.
top
.
mas_equalTo
(
_footer
View_style2
.
mas_top
).
mas_offset
(
KScaleWidth
(
14
0
));
make
.
centerX
.
mas_equalTo
(
_footerView_style2
);
make
.
size
.
mas_offset
(
CGSizeMake
(
KScaleWidth
(
310
),
KScaleWidth
(
50
)));
}];
...
...
ZhiJi/Classes/Map/Controller/ZJFriendTrackMapViewController.m
View file @
ded8db1f
...
...
@@ -707,7 +707,8 @@
self
.
tttCount
=
0
;
_ttt
=
[
NSTimer
scheduledTimerWithTimeInterval
:
4
.
0
/
self
.
initiallinepath
.
count
target
:
self
selector
:
@selector
(
animate
)
userInfo
:
nil
repeats
:
YES
];
// 4.0/self.initiallinepath.count
_ttt
=
[
NSTimer
scheduledTimerWithTimeInterval
:
0
.
15
target
:
self
selector
:
@selector
(
animate
)
userInfo
:
nil
repeats
:
YES
];
[[
NSRunLoop
currentRunLoop
]
addTimer
:
_ttt
forMode
:
NSRunLoopCommonModes
];
}
...
...
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