Showing posts with label wands. Show all posts
Showing posts with label wands. Show all posts

Monday, June 29, 2009

Bigger and Better Things

Well, the annoyance that was bugging me yesterday with custom cells has been resolved. I realized that I'd skipped a step or two when trying to create the custom cell for my table view. I decided that starting over was far easier than trying to fix what I had, so I just punted and made a new one - and it resolved the issue. Perhaps following the directions this time was a key to my success. :)
I'm just trying to finish up the look and feel of the spellbook list now. I'd like to get a few icons sorted out and then I need to disable/grey-out those items that can't be learned. It's gotta happen eventually, so I may as well do it now before moving onto other things. And that's the big news, I think, which is going to be setting up the back-end server. I'm already downloading all of the main content - spells, monsters, location, and wand data - from the server, but this will begin the process of actually setting up quests, earning money, getting items, and duels. There's still much to do - in game purchasing, push notification, etc. - that I'm going to be a very tired person the next couple of weeks. I really needed to already be IN beta right now and I haven't even started my Alpha. At least to capitalize on the HP buzz that's going to be happening in July. :( I'll just do the best I can to finish it as quickly as possible.
Now, if I can just figure out how to distribute Ad-Hocs, I'd be a happy camper... :)

Saturday, June 27, 2009

UIPickerView Woes

I've been working on finishing up wands. I think the costs are done and coded, but I'm having some trouble with the text size on the picker view itself. I've got the following look right now:


Obviously, the issue is that you can't read the wand core. And the material (the left picker) is just the right size to display the longest material names. I've tried to find ways to alter the font size on that, but there's a method that I've seen spoken about -
 pickerView:viewForRow:component:view - that theoretically would fix it, but I end up with blank UILabels being displayed. It's actually quite off-putting tha
t it's not working. I wish that the font size were easier to set on these things, but apparently all I can really do is change the width of the picker easily. In this particular case, that does very little for me.
I'm still beating up on it and don't plan to sleep until it's resolved. Hopefully that'll be soon. :) Then I can start working on other things.

Update: So I found out the problem I was having was that I didn't create a frame. :( I fixed that and now I get the following image:

Obviously this looks much better and may require some tweaking, it's definitely better than what I had. :) And I've ordered the wand cores alphabetically which should help make things easier to find. Yay.