Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
xffruit
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
张杰
xffruit
Commits
1dfef5e5
Commit
1dfef5e5
authored
Oct 31, 2015
by
freecui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用名称
parent
532e6d01
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Info.plist
XFFruit/Info.plist
+1
-1
ICRLoginViewController.m
XFFruit/ViewControllers/Login/ICRLoginViewController.m
+2
-2
No files found.
XFFruit/Info.plist
View file @
1dfef5e5
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
$
(
PRODUCT_NAME
)
<
/string
>
<
string
>
鲜丰平台
<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
APPL
<
/string
>
<
string
>
APPL
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
...
...
XFFruit/ViewControllers/Login/ICRLoginViewController.m
View file @
1dfef5e5
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
#pragma mark - Private Method
#pragma mark - Private Method
-
(
void
)
setupSubviews
{
-
(
void
)
setupSubviews
{
UIImageView
*
bg
=
[[
UIImageView
alloc
]
initWithFrame
:
self
.
view
.
bounds
];
UIImageView
*
bg
=
[[
UIImageView
alloc
]
initWithFrame
:
self
.
view
.
bounds
];
bg
.
image
=
[
UIImage
imageWithColor
:
GXF_SAVE_COLOR
];
//
[UIImage imageNamed:@"LoginBG"];
bg
.
image
=
[
UIImage
imageWithColor
:
GXF_SAVE_COLOR
];
//
[
bg
autoresizingWithStrechFullSize
];
[
bg
autoresizingWithStrechFullSize
];
UITapGestureRecognizer
*
tapGesture
=
UITapGestureRecognizer
*
tapGesture
=
...
...
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