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
9 years ago
by
Achilles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bugs
parent
32cc5ebe
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
0 deletions
+3
-0
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
No files found.
vanke/Default-568h@2x.png
deleted
100755 → 0
View file @
32cc5ebe
22.3 KB
This diff is collapsed.
Click to expand it.
vanke/Default.png
deleted
100755 → 0
View file @
32cc5ebe
13.4 KB
This diff is collapsed.
Click to expand it.
vanke/Default@2x.png
deleted
100755 → 0
View file @
32cc5ebe
21.8 KB
This diff is collapsed.
Click to expand it.
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
];
...
...
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