Posts made in December, 2011

The best way to do custom, reusable UITableViewCells

Posted by on Dec 27, 2011 in Developer | 1 comment

The best way to do custom, reusable UITableViewCells

So it’s probably the most common thing you want to do in iOS development, and that’s to create a page which shows a scrollable list of items, that is, a UITableView. UITableView, of course, comes with 4 default table cell styles, which can accommodate basic needs, but almost inevitably, you want to do something that isn’t covered by the default types. Perhaps you want to give it a nice gradient background, or maybe you would like to support multiline detail text, or maybe you’d like to have images loaded remotely, on a background thread, in order to maintain maximal scrolling performance. Maybe you need to add a UITextfield or a UISwitch. The variations are endless. As are the ways that you can implement a solution.

Read More

Whither the Core Data context menu in XCode 4.2?

Posted by on Dec 5, 2011 in Developer, Musings | 0 comments

Whither the Core Data context menu in XCode 4.2?

Core data is great for quickly putting together models, but it is also really good at letting you extend your models, during development. You know, so that we can actually do the Agile part of Agile Development. Especially if you just want to add or delete a few fields or a few entities, it makes modifications quite straight forward.

One thing that I missed in XCode 4 was the ability to add a new attribute to an entity, and then right-click for the contextual menu to copy both its property declaration and core data accessors for the header, and less importantly, the dynamic implementations for the impl file. You could even grab them as Objective-C 1.0 or 2.0.

They are still there, but somewhat hidden. You still copy as before, but now, go to the header file of your NSManagedObject entity, place your cursor inside the @interface body, and press opt-cmd-v. It will paste in the property decls and the CoreDataGeneratedAccessors interface!

BTW, the model editor is still pretty buggy. One thing that seems to happen consistently is that relationships disappear, in map mode. Just try opening and closing the Attributes disclosure triangle to fix it.

Read More

Squirrel Run

Posted by on Dec 3, 2011 in Animations | 0 comments

Squirrel Run

At Mobilesce, our artists and animators are always busy working towards creating strong graphics and smooth animations. This eight frame run cycle was part of a series created during a study of animal run cycle.

Below are the stills from the animation.


The animation and character was created by Kelsey Rosner.

Read More

Fruity Loops Coming to iPad

Posted by on Dec 3, 2011 in Musings | 0 comments

I haven’t played around with it a lot myself, but many of my friends enjoy using the Fruity Loops (now FL Studio) music creation / sequencing software. Now they’re coming out with an iPad app that looks pretty great. Here’s a demo video:

Read More

Dakota Dog Walk

Posted by on Dec 3, 2011 in Animations | 0 comments

Dakota Dog Walk

Dakota Dog is one of the farm scene characters created for the fun productivity iPad application You Did It! This application is designed to help motivate your children to do their chores. Children earn credits by completing their chores which can then be used to buy parent-approved rewards or animated, interactive digital stickers.


Below are more frames of Dakota Dog.


Like Dakota Dog? Check out her ear scratch
Dakota Dog animation and character created by Kelsey Rosner

Read More