Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-picker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ym
react-native-picker
Commits
358d080a
Commit
358d080a
authored
Mar 15, 2018
by
rodolphefauquez
Committed by
zooble
Mar 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The picker will be really closed now, instead of just visually hidden by animation. (#282)
parent
6debd218
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ios/RCTBEEPickerManager/BzwPicker.m
ios/RCTBEEPickerManager/BzwPicker.m
+2
-0
ios/RCTBEEPickerManager/RCTBEEPickerManager.m
ios/RCTBEEPickerManager/RCTBEEPickerManager.m
+5
-1
No files found.
ios/RCTBEEPickerManager/BzwPicker.m
View file @
358d080a
...
@@ -617,6 +617,8 @@
...
@@ -617,6 +617,8 @@
}];
}];
});
});
self
.
pick
.
hidden
=
YES
;
}
}
//按了确定按钮
//按了确定按钮
-
(
void
)
cfirmAction
-
(
void
)
cfirmAction
...
...
ios/RCTBEEPickerManager/RCTBEEPickerManager.m
View file @
358d080a
...
@@ -117,7 +117,11 @@ RCT_EXPORT_METHOD(hide){
...
@@ -117,7 +117,11 @@ RCT_EXPORT_METHOD(hide){
[
_pick
setFrame
:
CGRectMake
(
0
,
SCREEN_HEIGHT
,
SCREEN_WIDTH
,
self
.
height
)];
[
_pick
setFrame
:
CGRectMake
(
0
,
SCREEN_HEIGHT
,
SCREEN_WIDTH
,
self
.
height
)];
}];
}];
});
});
}
return
;
}
self
.
pick
.
hidden
=
YES
;
return
;
}
}
RCT_EXPORT_METHOD
(
select
:
(
NSArray
*
)
data
){
RCT_EXPORT_METHOD
(
select
:
(
NSArray
*
)
data
){
...
...
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