Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I am not real clear on exactly what you want to do. However, one suggestion I have for you is to look at this:</p> <p><a href="https://github.com/xamarin/prebuilt-apps/tree/master/FieldService" rel="nofollow noreferrer">https://github.com/xamarin/prebuilt-apps/tree/master/FieldService</a></p> <p>This is a sample application that was built by Xamarin that has a nice login screen that you could try and get some ideas from. It does not use Monotouch.Dialog for the login screen, so if you want that you can look at this: </p> <p><a href="http://docs.xamarin.com/recipes/ios/content_controls/tables/create_a_login_window_using_monotouch.dialog" rel="nofollow noreferrer">http://docs.xamarin.com/recipes/ios/content_controls/tables/create_a_login_window_using_monotouch.dialog</a></p> <p>Your code is similar to that, but it looks like you modified it a little. </p> <p>If you want to change your Login StringElement, you need to modify it, then call <code>Root.Reload(login, UITableViewRowAnimation.Automatic);</code> afterwards. I don't think there is a simple way to just change the background image of a StringElement. You will need to make your own subclass of StringElement and customize the <code>GetCell()</code> routine to. You can refer to this SO question for more ideas on that: </p> <p><a href="https://stackoverflow.com/questions/15666960/how-can-i-create-a-custom-styled-entryelement-with-monotouch-dialog">How can I create a custom styled EntryElement with MonoTouch.dialog?</a></p> <p>I hope that helps.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload