2

I want to create custom email compose dialog and I need to implement "Add contact" func. like in standard iOS apps. I haven't found any nifty controls so it seams it should be implemented manually. So I wonder how to draw such an elements dynamically inside of MT.D element?

UPD: Let me show a picture from here: enter image description here

Community
  • 1
  • 1
drunkcamel
  • 915
  • 3
  • 12
  • 25

1 Answers1

0

I haven't found any nifty controls so it seams it should be implemented manually.

Look at the New-Person View Controller in Apple documentation. They are all available to use from MonoTouch applications.

poupou
  • 43,413
  • 6
  • 77
  • 174
  • Thanks, but I need manageable contact balloons with X button. – drunkcamel Jan 19 '13 at 08:35
  • Not sure what you mean bu *ballons* ? Could you edit your question to add a picture that show what you're looking for ? – poupou Jan 19 '13 at 15:36
  • He's probably talking about the blue bubbles used when adding recipients to an email. You can drag them and tap to edit. As far as I know this is not exposed via public API. – Krumelur Jan 19 '13 at 19:14
  • Exactly! I wonder if there monotouch port of any such controls?! – drunkcamel Jan 20 '13 at 12:57