ChrisXu / CXAlertView

Custom alert-view which allow you to add view as main content.
MIT License
323 stars 81 forks source link

Added Delegation and unlimited other button support #8

Closed ramakrishnachunduri closed 9 years ago

ramakrishnachunduri commented 10 years ago

Hi Chris,

Enhanced library allowing users to easily migrate from UIAlertView to CXAlertView without changing delegation pattern to block pattern.

To achieve this added UIAlertView like concepts

ChrisXu commented 10 years ago

Since a lot changes are already done, I won't merge this into the master. I personally would rather to stay without delegation.

ramakrishnachunduri commented 9 years ago

Hi Chris, OK understood.

I'll continue my repository which is forked from you. So i can continue using delegate patterns when i get an app which to be transitioned from old one.

I'd prefer merging your new commits to mine and fix conflicts if any.

Thanks for such a lovely library though.