Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
万
万科
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
万科
Commits
361b7933
Commit
361b7933
authored
Oct 18, 2015
by
Achilles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bugs
parent
32cc5ebe
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
3 deletions
+6
-3
Default-568h@2x.png
vanke/Default-568h@2x.png
+0
-0
Default.png
vanke/Default.png
+0
-0
Default@2x.png
vanke/Default@2x.png
+0
-0
VankeAppBoard_iPhone.m
vanke/view_iPhone/templates/VankeAppBoard_iPhone.m
+3
-0
VankeMainBoard_iPhone.m
vanke/view_iPhone/templates/main/VankeMainBoard_iPhone.m
+3
-3
No files found.
vanke/Default-568h@2x.png
deleted
100755 → 0
View file @
32cc5ebe
22.3 KB
vanke/Default.png
deleted
100755 → 0
View file @
32cc5ebe
13.4 KB
vanke/Default@2x.png
deleted
100755 → 0
View file @
32cc5ebe
21.8 KB
vanke/view_iPhone/templates/VankeAppBoard_iPhone.m
View file @
361b7933
...
...
@@ -113,8 +113,11 @@ ON_DID_DISAPPEAR( signal )
ON_NOTIFICATION3
(
VankeLoginBoard_iPhone
,
SUCC_LOGIN
,
notification
)
{
[
UIView
beginAnimations
:
@"fadeIn"
context
:
nil
];
[
UIView
setAnimationDuration
:
0
.
5
];
[
self
removeLoginWindow
];
_router
.
view
.
alpha
=
1
.
0
f
;
[
UIView
commitAnimations
];
// 打开默认页面
[
_router
open
:
@"home"
animated
:
NO
];
...
...
vanke/view_iPhone/templates/main/VankeMainBoard_iPhone.m
View file @
361b7933
...
...
@@ -183,7 +183,7 @@ ON_SIGNAL3(VankeProjectSummaryModel, RELOADED, signal) {
}
[
self
.
serviceDashBoardView
addSubview
:
self
.
communityDashBoard
];
[
UIView
animateWithDuration
:
0
.
25
animations
:
^
{
[
UIView
animateWithDuration
:
0
.
25
animations
:
^
{
self
.
communityDashBoard
.
frame
=
CGRectMake
(
0
,
0
,
frame
.
size
.
width
,
frame
.
size
.
height
);
self
.
currDashBoard
=
self
.
communityDashBoard
;
[
self
RELAYOUT
];
...
...
@@ -215,7 +215,7 @@ ON_SIGNAL3(VankeProjectSummaryModel, RELOADED, signal) {
}
[
self
.
serviceDashBoardView
addSubview
:
self
.
centerDashBoard
];
[
UIView
animateWithDuration
:
0
.
25
animations
:
^
{
[
UIView
animateWithDuration
:
0
.
25
animations
:
^
{
self
.
centerDashBoard
.
frame
=
CGRectMake
(
0
,
0
,
frame
.
size
.
width
,
frame
.
size
.
height
);
self
.
currDashBoard
=
self
.
centerDashBoard
;
[
self
RELAYOUT
];
...
...
@@ -248,7 +248,7 @@ ON_SIGNAL3(VankeProjectSummaryModel, RELOADED, signal) {
}
[
self
.
serviceDashBoardView
addSubview
:
self
.
squreDashBoard
];
[
UIView
animateWithDuration
:
0
.
25
animations
:
^
{
[
UIView
animateWithDuration
:
0
.
25
animations
:
^
{
self
.
squreDashBoard
.
frame
=
CGRectMake
(
0
,
0
,
frame
.
size
.
width
,
frame
.
size
.
height
);
self
.
currDashBoard
=
self
.
squreDashBoard
;
[
self
RELAYOUT
];
...
...
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