dbettermann / DBAlertController

A UIAlertController subclass that's independent of the view controller it's presented from. i.e. Adding UIAlertView's show() to UIAlertController.
MIT License
58 stars 19 forks source link

Setting windowLevel for that users are using multiple windows. #9

Closed wanbok closed 8 years ago

wanbok commented 8 years ago

Hi,

I guess someone want to change windowLevel like me. :p

Wanbok.

dbettermann commented 8 years ago

Hi Wanbok.

I haven't forgotten about your PR. I'm just trying to decide if it makes sense in the main repo. For the few people that may need to modify the windowLevel it may make sense just to pull down the source and modify it. I'm trying to make the class as simple as possible.

dbettermann commented 8 years ago

Hi Wanbok. I've decided to not merge your change into master. I think that most users of this repo will not be modifying the windowLevel, so exposing it only adds additional noise. For advanced users such as yourself, you can modify the source by cloning or forking. 😄