I've began to wonder if maybe my application will be banned...
here's a few things that I worry about...
- I have most of my controls in a toolbar. These include a systemEdit and systemAdd button.
- The add button presents a UIAlertView with a UITextField in it. There is no other program that I've seen that does this. (I've seen apps with UIAlertViews with UITextFields, but never with the systemAdd button being the one that presents it.)
- I have a detail disclosure button which similarly presents a UIAlertView with a UITextField.
- I don't follow MVC very well.
- I don't use comments very often.
Are these valid issues that need to be fixed to have my application accepted or am I worrying about nothing? I consider the expedient launch of my application important as I anticipate a huge boom in the number of potential customers. I don't want to submit it three weeks prior to the date only to get a rejection notice a week before the date and end up missing it.
here's a few things that I worry about...
- I have most of my controls in a toolbar. These include a systemEdit and systemAdd button.
- The add button presents a UIAlertView with a UITextField in it. There is no other program that I've seen that does this. (I've seen apps with UIAlertViews with UITextFields, but never with the systemAdd button being the one that presents it.)
- I have a detail disclosure button which similarly presents a UIAlertView with a UITextField.
- I don't follow MVC very well.
- I don't use comments very often.
Are these valid issues that need to be fixed to have my application accepted or am I worrying about nothing? I consider the expedient launch of my application important as I anticipate a huge boom in the number of potential customers. I don't want to submit it three weeks prior to the date only to get a rejection notice a week before the date and end up missing it.