Search Results for: board

Open Source: Excellent Easy To Use Flip (Flipboard Style) Transition Component

Some time ago I mentioned the FlipView component which has since been removed from Github.

I’ve received several inquires about a similar component, and today came across a component allowing you to create similarl styled transitions both horizontally and vertically.  This component allows you to flip with solid colors (you could use a screenshot to create an effect similar to the FlipView component) and dynamic text.

Open Source: Sliding View Control For Showing Information Like Folders On The iOS Springboard

The sliding effect used by folders on the iOS springboard, and other Apple  apps such as the Newsstand is a great way to display information.  Sliding effects are becoming an increasingly common way to display information in iOS apps.

Recently mentioned the excellent full featured Viewdeck control, and more recently the MWFSlideNavigationViewController component.

This control is a little bit different allowing you to create a doorway effect rather than just sliding the viewcontroller in a specific direction.

Best Resources In iOS Development – January 9th, 2012

Welcome to another best resources in iOS development listing featuring the top resources from this site in the last couple of weeks.  This issue is packed with resources as things have really picked up since the holiday season.

Topping this list are some very well made open source libraries, Cocos2D special effects, and a great tool for learning OpenGL ES 2.0 programming.

Update: More iOS 5 SDK Tutorials Added (Including A Complete Course, Storyboard and ARC updates)

It’s been some time since I posted an update to the iOS 5 tutorial section areas on this site.

This latest update includes a complete course on the basics of iOS development, some very straightforward storyboard tutorials great for beginners, and a good guide on the problems you can run into when migrating your code to ARC when using the migration feature in Xcode.

Cocos2D iPhone and Cocos2D-X Ninja Finger Slice Example Source Code

In the past I’ve mentioned some excellent libraries for creating special effects with Cocos2D with many featured in a massive Cocos2D  example code listing, and this great example of how to create realistic water ripples.

There are many apps in which a trail is drawn following the motion of a user’s finger on the iPhone and iPad screen.