您的位置:首页 > Web前端 > React

react-native试玩(12)-iOS中导航栏

2015-09-07 22:58 633 查看
NavigatorIOS

属性

名称类型意义默认值
barTintColorstring导航栏的背景颜色
initialRoute{component: function, title: string, passProps: object, backButtonIcon: Image.propTypes.source, backButtonTitle: string, leftButtonIcon: Image.propTypes.source, leftButtonTitle: string, onLeftButtonPress: function, rightButtonIcon: Image.propTypes.source, rightButtonTitle: string, onRightButtonPress: function, wrapperStyle: [object Object]}一个route代表一个子视图
itemWrapperStylestyle导航栏的样式
navigationBarHiddenbool设置导航栏是否隐藏false
shadowHiddenbool是否隐藏1个像素的阴影部分(可能是导航栏的特殊地方)
tintColorstring导航栏上button颜色
titleTextColorstring导航栏上文本的颜色
translucentbool设置导航栏是否半透明
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: