migueldeicaza / MonoTouch.Dialog

Tools to simplify creating dialogs with the user using MonoTouch
MIT License
430 stars 211 forks source link

Partial Elements #192

Closed ad-mca-mk closed 10 years ago

ad-mca-mk commented 11 years ago

Shouldn't the Elements be marked as partial classes, such that we can extend them without having to poke at the original code. Then when a new version will be released, we can update and the code changes will not have to be ported.

Do you have a reason why they have to be non-partial?

migueldeicaza commented 11 years ago

I dont mind flagging the classes as partial to support third parties adding their own code that they need.

Send me a pull request.

migueldeicaza commented 10 years ago

Thanks for the implementation!