Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
红
红星美凯龙管理在线APP IOS
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
张杰
红星美凯龙管理在线APP IOS
Commits
a2c0b71c
Commit
a2c0b71c
authored
Jun 15, 2016
by
admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
在新增口碑时,小键盘弹出时,口碑的标题会被挤的看不到。 输入时无法看到实际输入的内容
ios首页的几个列表顺序调整下 ,顺序分别是:口碑报道、口碑随手拍、口碑巡店、问题知识、口碑任务、口碑报告
parent
ce8966f0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
UserInterfaceState.xcuserstate
...userdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
AddPictureViewController.m
...ture/AddPicture/ViewController/AddPictureViewController.m
+3
-0
HomeViewController.m
...r/Classes/Module/Home/ViewController/HomeViewController.m
+4
-2
No files found.
redstar.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
View file @
a2c0b71c
No preview for this file type
redstar/Classes/Module/Function/Picture/AddPicture/ViewController/AddPictureViewController.m
View file @
a2c0b71c
...
...
@@ -232,6 +232,9 @@
if
(
textView
.
tag
==
99903
)
{
self
.
tableTop
.
constant
=
-
200
;
self
.
tableBottom
.
constant
=
-
200
;
}
else
if
(
textView
.
tag
==
9992
){
self
.
tableTop
.
constant
=
0
;
self
.
tableBottom
.
constant
=
0
;
}
else
{
self
.
tableTop
.
constant
=
-
100
;
self
.
tableBottom
.
constant
=
-
100
;
...
...
redstar/Classes/Module/Home/ViewController/HomeViewController.m
View file @
a2c0b71c
...
...
@@ -112,7 +112,9 @@ typedef NSComparisonResult (^NSComparator)(id obj1, id obj2);
self
.
titleArray
=
[
NSMutableArray
array
];
// self.sectionArray = [NSMutableArray arrayWithObjects:@"口碑报告",@"口碑随手拍",@"口碑报道",@"口碑巡店", @"问题知识",@"口碑巡检",nil];
self
.
sectionArray
=
[
NSMutableArray
arrayWithObjects
:
@"口碑报告"
,
@"口碑报道"
,
@"口碑巡店"
,
@"问题知识"
,
@"口碑巡检"
,
nil
];
// self.sectionArray = [NSMutableArray arrayWithObjects:@"口碑报告",@"口碑报道",@"口碑巡店", @"问题知识",@"口碑巡检",nil];
self
.
sectionArray
=
[
NSMutableArray
arrayWithObjects
:
@"口碑报道"
,
@"口碑随手拍"
,
@"口碑巡店"
,
@"问题知识"
,
@"口碑巡检"
,
@"口碑报告"
,
nil
];
self
.
allRankListArray
=
[
NSMutableArray
array
];
...
...
@@ -128,7 +130,7 @@ typedef NSComparisonResult (^NSComparator)(id obj1, id obj2);
NSArray
*
permissions
=
[[
NSUserDefaults
standardUserDefaults
]
objectForKey
:
@"permissions"
];
// 口碑报告 口碑随手拍 口碑现场 口碑标准 问题知识 口碑巡检
if
([
permissions
containsObject
:
@"500201"
])
{
[
self
.
titleArray
addObject
:
@"口碑报告"
];
[
self
requestRankingList
];
...
...
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