[ios] Fixed keyboard type for operator.

This commit is contained in:
VladiMihaylenko 2016-04-26 11:47:15 +03:00
parent 4b67544d3b
commit 86223710eb

View file

@ -403,7 +403,7 @@ void registerCellsForTableView(vector<MWMPlacePageCellType> const & cells, UITab
icon:[UIImage imageNamed:@"ic_operator"]
text:@(m_mapObject.GetOperator().c_str())
placeholder:L(@"editor_operator")
keyboardType:UIKeyboardTypeEmailAddress
keyboardType:UIKeyboardTypeDefault
capitalization:UITextAutocapitalizationTypeSentences];
break;
}