- Will the apple allow us to use our own customized alertView ?
- I find this TSAlertView is not compatible with ios 5(ARC) . I just remove all the ‘auto release ‘ ‘retain’ from the .m file. now it does’t work. when show it. it always print ‘TSAlertViewController dealloc’ . Do you know why ?
- I just want a Alert View that I can change the background image , button image or someting…
Will the apple allow us to use our own customized alertView ? I find
Share
You don’t need to convert TSAlertView to use it in ARC-enabled project. You can disable ARC only for TSAlertView. There is the instruction: How can I disable ARC for a single file in a project?
I’ve just successfully used TSAlertView in my ARC-enabled project.