Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
Palmwms
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
张杰
Palmwms
Commits
fbcfd94c
Commit
fbcfd94c
authored
8 years ago
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换个人中心背景图片,优化自定义大头针
parent
90ed2e67
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
7 additions
and
7 deletions
+7
-7
project.pbxproj
Palmwms/Palmwms.xcodeproj/project.pbxproj
+2
-0
CoordinateAcquisitionViewController.m
...ain/Map/Contrillers/CoordinateAcquisitionViewController.m
+1
-1
DeliveryTrackingViewController.mm
...ss/Main/Map/Contrillers/DeliveryTrackingViewController.mm
+1
-1
UserPaopaoView.m
Palmwms/Palmwms/Class/Main/Map/UserPaopaoView.m
+2
-2
Contents.json
...s/Images.xcassets/headerBackground.imageset/Contents.json
+0
-2
headerBackground.png
...s.xcassets/headerBackground.imageset/headerBackground.png
+0
-0
headerBackground@2x.png
...cassets/headerBackground.imageset/headerBackground@2x.png
+0
-0
headerBackground@3x.png
...cassets/headerBackground.imageset/headerBackground@3x.png
+0
-0
urlInformation.h
Palmwms/Palmwms/Tools/Macro/urlInformation.h
+1
-1
No files found.
Palmwms/Palmwms.xcodeproj/project.pbxproj
View file @
fbcfd94c
...
...
@@ -649,6 +649,7 @@
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.palmwms
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE
=
"e922dce2-c5d3-497c-8fa8-132e12cff6c0"
;
TARGETED_DEVICE_FAMILY
=
1
;
USER_HEADER_SEARCH_PATHS
=
"$(PODS_ROOT)/**"
;
};
name
=
Debug
;
...
...
@@ -679,6 +680,7 @@
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.palmwms
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE
=
"e922dce2-c5d3-497c-8fa8-132e12cff6c0"
;
TARGETED_DEVICE_FAMILY
=
1
;
USER_HEADER_SEARCH_PATHS
=
"$(PODS_ROOT)/**"
;
};
name
=
Release
;
...
...
This diff is collapsed.
Click to expand it.
Palmwms/Palmwms/Class/Main/Map/Contrillers/CoordinateAcquisitionViewController.m
View file @
fbcfd94c
...
...
@@ -157,7 +157,7 @@
}
[
annottionView
setSelected
:
YES
animated
:
YES
];
UserPaopaoView
*
paopaoView
=
[[
UserPaopaoView
alloc
]
signUserInitialize
:[
UIView
new
]
withCoord
:
annotation
.
coordinate
];
paopaoView
.
frame
=
CGRectMake
(
0
,
0
,
ScreenSize
.
width
-
15
0
,
70
);
paopaoView
.
frame
=
CGRectMake
(
0
,
0
,
20
0
,
70
);
annottionView
.
paopaoView
=
paopaoView
;
return
annottionView
;
}
...
...
This diff is collapsed.
Click to expand it.
Palmwms/Palmwms/Class/Main/Map/Contrillers/DeliveryTrackingViewController.mm
View file @
fbcfd94c
...
...
@@ -246,7 +246,7 @@
annottionView = [[CustomBMKAnnotationView alloc]carSignInitialize:annotation reuseIdentifier:USERLOCATIONID];
}
UserPaopaoView *paopaoView = [[UserPaopaoView alloc] signUserInitialize:[UIView new] withCoord:annotation.coordinate];
paopaoView.frame = CGRectMake(0, 0,
ScreenSize.width-15
0, 70);
paopaoView.frame = CGRectMake(0, 0,
20
0, 70);
annottionView.paopaoView = paopaoView;
return annottionView;
}
...
...
This diff is collapsed.
Click to expand it.
Palmwms/Palmwms/Class/Main/Map/UserPaopaoView.m
View file @
fbcfd94c
...
...
@@ -11,7 +11,7 @@
@implementation
UserPaopaoView
#define WIDTH
ScreenSize.width-15
0
#define WIDTH
20
0
...
...
@@ -22,7 +22,7 @@
{
if
([
self
initWithCustomView
:
customer
])
{
//背景大小
UIImageView
*
background
=
[[
UIImageView
alloc
]
initWithFrame
:
CGRectMake
(
0
,
0
,
ScreenSize
.
width
-
150
,
65
)];
UIImageView
*
background
=
[[
UIImageView
alloc
]
initWithFrame
:
CGRectMake
(
0
,
0
,
WIDTH
,
65
)];
background
.
image
=
[
UIImage
imageNamed
:
@"paopao"
];
[
customer
addSubview
:
background
];
for
(
int
i
=
0
;
i
<
2
;
i
++
)
{
...
...
This diff is collapsed.
Click to expand it.
Palmwms/Palmwms/Images.xcassets/headerBackground.imageset/Contents.json
View file @
fbcfd94c
...
...
@@ -7,12 +7,10 @@
},
{
"idiom"
:
"universal"
,
"filename"
:
"headerBackground@2x.png"
,
"scale"
:
"2x"
},
{
"idiom"
:
"universal"
,
"filename"
:
"headerBackground@3x.png"
,
"scale"
:
"3x"
}
],
...
...
This diff is collapsed.
Click to expand it.
Palmwms/Palmwms/Images.xcassets/headerBackground.imageset/headerBackground.png
View replaced file @
90ed2e67
View file @
fbcfd94c
85 KB
|
W:
0px
|
H:
0px
259 KB
|
W:
0px
|
H:
0px
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
Palmwms/Palmwms/Images.xcassets/headerBackground.imageset/headerBackground@2x.png
deleted
100644 → 0
View file @
90ed2e67
277 KB
This diff is collapsed.
Click to expand it.
Palmwms/Palmwms/Images.xcassets/headerBackground.imageset/headerBackground@3x.png
deleted
100644 → 0
View file @
90ed2e67
550 KB
This diff is collapsed.
Click to expand it.
Palmwms/Palmwms/Tools/Macro/urlInformation.h
View file @
fbcfd94c
...
...
@@ -68,7 +68,7 @@
/**
* 发货单坐标排序
*/
#define ORDERSORTING @"route/getByBillnumber
/{billNumber}
?billNumber=%@&code=%@"
#define ORDERSORTING @"route/getByBillnumber?billNumber=%@&code=%@"
...
...
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