Archive for the ‘App Dev’ Category

 
« Older Entries

Introducing iComics!

Friday, January 13th, 2012

spacer  It’s the final day of my holidays today, and I’ve been silently beavering away on a little project of mine. As with all of my projects, I usually keep them absolutely off the internet until I’ve proven that they actually are viable, and I’m not just blowing smoke. spacer

One of my reasons (if not, the main reason) for me buying an iPad was so that I would be able to read digital copies of my books, without needing to lug around their paper counterparts. In terms of being able to read eBooks as ePubs or PDFs, my iPad experience has been perfected thanks to the collective efforts of iBooks and GoodReader.

Unfortunately, up until now, when it comes to reading digital comic books on iPad, while there’s a nice selection of third-party comic readers available, for many varying reasons, I haven’t found one that I’ve been truly content with. Whether it be the way page turning is handled, or even getting the comics onto the device, I haven’t found one I’m happy to stick with.

So with that in mind, I would like to announce my next iOS app project, and I’m calling it iComics. spacer

(more…)

Category: App Dev, Coding | 3 Comments »

ま、iずかんはここまでだみたい。

Saturday, November 19th, 2011

spacer

やあ、みんな! ちょっと前に英語の投稿を出したが、やっぱり日本語でも投稿した方がいいと思った。 最近、株式会社ポケモンの弁護士さんから聞いたんだから。

ポケモン会社からの最初のメールをもらった時、弁護士さんはどうかほとんどのポケモンのファン作成は許可をとってなくても、許可をとった作成もあるって言った。 それを待たずに、すぐに、iずかんが許可を取る可能性があるかどうかをきいてみた。

ま、その時から、あまりちょうしに乗ってる気をしなかったから、それをあまりだれにも教えていなかった。

そして、10月に、やっと弁護士さんから返事が届いてきた。

(more…)

Category: App Dev | 1 Comment »

Laying iPokédex to rest

Tuesday, November 1st, 2011

spacer

日本語版はこちらです!

Hey guys.

I thought I’d quickly let you know what’s gone down with iPokédex over the last few weeks.

When I originally received the first email from the Pokémon Company counsel for the first time, they had mentioned that even though the majority of Pokémon fan productions aren’t licensed, there are a few that had made it through the process.
Not skipping a beat, despite the fact that they also said that they don’t have the resources to license many more, I asked the counsel if they could perhaps check with licensing and see if there was any potential for iPokédex to be officially licensed.

I didn’t really broadcast this information too much (I mainly just kept saying ‘man it would be nice IF it got licensed’ spacer ) as I didn’t want to come off as ‘counting my chickens before they hatched’, so to speak.

Anyway, after a little while, about 2 weeks ago, I received the following email from the counsel:

(more…)

Category: App Dev | 16 Comments »

Creating the iOS 5 UITableView bevel effect

Sunday, October 23rd, 2011

spacer  So, as you might be aware now, Apple decided to give a bit of an overhaul to the grouped UITableViews where each of the table sections now have a cool inset bevel effect as opposed to a solid gray line.

When I was playing with iPokédex in the iOS 5 betas, I started thinking that the new table style started contrasting with the plain white boxes in the table header (eg for the main profile pic and the buttons).

So deciding to keep the entire list style as consistent as possible, I decided to replicate the bevel effect as a CoreGraphics function that I could then apply to all of my own custom subviews. While I was initially thinking of doing the whole thing as a static stretchable image in Photoshop, it became apparent that due to the various sizes of the elements, being able to programmatically set the size of the corner radii would ultimately be a lot easier (Hooray for programming making stuff lazier!  XD).

So after a couple of hours of examining the effect pixel by pixel in Photoshop, I found out that it’s a pretty simple effect to draw, but it would require 4 layered steps to actually draw properly:

(more…)

Category: App Dev, Coding | 5 Comments »

The new UITableView in iOS 5

Saturday, October 22nd, 2011

It was immediately obvious from the get-go that Apple had decided to change a couple of the standard UIKit elemnts in iOS 5. Does anyone here actually like the new extra curvey ON/OFF toggle views? spacer

Anyway. When I was playing around with iPokédex in one of the early iOS 5 betas, I quickly noticed that another UIKit element had received a somewhat subtle, but very welcome UI overhaul: the grouped UITableView!

Here’s a picture of what iPokédex looks like when it was compiled and run under the different versions of iOS. spacer

spacer Can you see the difference? It turns out in iOS 5, the groups of table cells now sport an inset bevel effect; with a 1 pixel white highlight along the bottom, a border colour that matches the background colour (as opposed to plain grey) and a VERY soft shadow running along the inner top. spacer

It’s quite a subtle effect (Especially the inner shadow. That’s really hard to see. spacer ), so here’s what it looks like up close:

(more…)

Category: App Dev, Coding | 1 Comment »

« Older Entries
 
 

Archives

Categories

 
 
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.