Browsing all articles tagged with Apple

0

Promotional Codes are in, Still no Demos

According to MacRumors, developers can now issue 50 promotional codes for their iPhone applications. So as a developer, you can give out 50 codes for people to download your app for free. This means that people like those at Veiled Games don’t have to send review sites money anymore to cover the cost of purchasing [...]

Continue reading...

0

Got my App on my iPhone!

Exciting days! This weekend I finally got my app running on my iPhone. It took a while to get accepted to the developer program (due to a lost email) and then I had problems getting my app working on my iPhone that were solved by upgrading to the latest SDK.
But now I have my app [...]

Continue reading...

5

TouchXML for the Win!

Last night I implemented saving and loading of the friends list. So now my app is actually useful! I used XML as the file format, because it’s so easy to use and read. Writing the file was easy enough, I just built up an NSString and wrote it out. Reading the file, though, was a [...]

Continue reading...

0

Absorbed Into the Collective

I phoned Apple the other day to ask about the status of my application to the iPhone developer program and was told that I’d been accepted way back on August 12th!
So of course I asked her resend the acceptance email which they nicely did. All in all they were very hepful and friendly.
So I buy [...]

Continue reading...

0

WPTouch and Invisibility

I had to disable the WPTouch plugin that shows an iPhone-friendly view of this website. For some reason I’m unaware of, it just stopped working. When I viewed this site on my iPhone, it gave an error. So rather than get an error, it’s better to get the original design of this blog. I’ll have [...]

Continue reading...

0

Nav Only

Last night I implemented the idea from my previous post. I wasn’t sure quite how to go about it, so created an nav bar app from scratch using a template, and just copied what I saw there into my own app. It went without a hitch, and now I have a nav bar only app!
I [...]

Continue reading...

0

iPhone Conformity

I rethought my interface yesterday. It occured to me that I wasn’t really managing the people in my table view much like other apps I’d seen. My app will be for one of those social networks out there. You’ll be able to see people in the main view of the app in a table view. [...]

Continue reading...

0

Lots of Fun to Do

I have lots of work to do on my first app! I have a table view and I need to sort all the items in there. I need to make sure that when an item is selected, none of the blue hi-light colour shows up. Need to save the list, need to be able to [...]

Continue reading...

0

Tab and Nav Bars

I recently worked on how to arrange navigation and tab bars, and figured out some things. I’m trying to create an app where the first page is a table view controlled by a nav bar. A table view is just a list. It can be grouped (like in Settings) or not (like in Contacts). A [...]

Continue reading...