In the Sample project which comes with MonoTouch.Dialog, if you change the:
AutoHideSearch = true;
to
AutoHideSearch = false:
there is no difference, it always hides.
Is this a bug, or am I missing something?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure it does. It’s designed to “hide” the UISearchBar from being presented to the user when the Dialog is “pushed”. When
trueit hides it until the user interacts with the DialogViewController. Whenfalsewhen the Dialog is presented it is shown to the user from the beginning.And when we say hide we really mean it just adjusts the offset: