Craig Dunn creates a sample app using MonoTouch Beta. The restaurant bill splitter app is discussed in this blog post with images and the sample source available.
|
2
touches |
|
|||
|
2
touches |
|
|||
1 comment posted.
#1
Kenenth
945 days, 12 hours, 46 minutes ago said:
Craig
Good article and thanks. I went through your project code and if you attach your delegate to the EditingDidEndOnExit your code will work fine.
textfieldTotal.EditingDidEndOnExit += delegate { textfieldTotal.ResignFirstResponder(); };