Friday, July 20, 2012

RUExempt? goes live!

Well, RUExempt? Went live last night. I am pretty excited to have two Apps on the App store. I'm going to ke at it and see what other tools I can come up with. Still toying with the idea of making a graphing App.

Monday, July 16, 2012

So I haven't heard yet from Apple.  It has been over a week.  But they say from one to two weeks, is the norm.  I did not do the picker from a popover view on the iPad, I used all the same code.  The picker doesn't look that bad on the iPad, and most of the users will be using the App on their iPhones, and that turned out just great.  Hopefully I will hear some good news soon!

Friday, July 6, 2012

I think I've got it!

So the action sheet did not work for me.  So I tried a couple of different things and now I have the UI that I need.  When the user hits the text box, a picker comes up.  They can then choose the grade, both the letter and the sign. (Yes, I was able to make it a double wheeled picker!) I am going to code everything in this weekend and make sure it runs on both iPhone and iPad.  Although I will need to do a popover view for the picker to work on the iPad.  Hope it all goes smoothly.

Thursday, July 5, 2012

Grading App rejected!!

Well, my grading App was rejected by Apple because it did not have a great user interface.  So I am working on making the grade selection via a UIPicker View.  It is a bit tough, but I think I might have it using an action sheet.  But since I have multiple text inputs, I am having trouble changing the inputs.  I will let you know how it goes.