|
MPFoldTransition is a set of classes to add folding-style transitions to iOS 5 projects. Via Vincent Demay
Here is a method I recently devised for getting YouTube videos to work in a useable and clean way within iPhone Apps.
comment:I tried youtube feed json, and it's somehow providing the html code of a mobile-youtube page for every video. Via Vincent Demay, Sébastien HOUZÉ
MPFoldTransition - Easily add custom folding and page-flipping transitions to UIViews and UIViewControllers... Via jerometonnelier
SlideShow hosted on GitHub... A simple slide with UIScrollView.
The only usage of this tiny piece of code, i guess, is to release those who won't waste their time making the same simple effect from typing the code into their mac.
It's the first step of a UIView for display favourite videos. I'm gonna use it as header for a UITableView.
iDev Recipes
Short. Delicate. Crisp. Amazing. Recipes.
About iDev Recipes iOS developers sometimes look at iPhone and iPad apps and wonder, how did they do that? This blog by Peter Boctor explores and re-creates interesting features and user interfaces of iOS apps.
Core Data or FMDB?
As it never gets clear to me the difference of Core Data and a database (Core Data is definitely not a database, some would say, Gee!), the following may be a confidence-build for anyone who will step on FMDB or other methods based on Sqlite.
http://inessential.com/2010/02/26/on_switching_away_from_core_data
One of the great new features of iOS 5 is the addition of the Core Image (CI) framework. This framework has been available for a few years on the Mac, but now its advanced image processing and filtering capabilities are available on the iOS platform as well. One particularly cool new feature available in Core Image, on both iOS 5 and Lion, is its ability to detect faces in an image. Via Alessio Nonni, Vincent Demay
In this tutorial I’d like to show you a simple way to implement your own custom button graphics. I’ll be using the latest Xcode 4.2 release and building an application in iOS5. You do not need to understand Objective-C but it certainly doesn’t hurt the process. When building iPhone apps you’ll eventually have to deal with code so Objective-C should be something to embrace! Via Alessio Nonni, Domsware
Introduction to Photo Picker+. Find out more at http://picture.io/photopickerplus
see on ManiacDev.com
✔ Sources: https://github.com/chute/photo-picker-plus
Via Vincent Demay
Case study of the (upcoming) ConcertWall iPhone app by http://www.wolfslittlestore.be (design) & http://www.coin-c.com/ (development)... Via Domsware
Today there have been reports on Twitter about iOS apps being rejected for using the now deprecated UDID variable.
MAC Address Based UUID Replacements: ✔ Sources: https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5
Non-MAC Address Based UUID Replacements Tuturial: http://oleb.net/blog/2011/09/how-to-replace-the-udid/
Via Vincent Demay
|
Here's a good way to slide your view around when editing UITextFields so that they never get trapped under the onscreen keyboard. Via jerometonnelier
Core Image allows you to create amazing image effects and it comes with several built in filters, learn how to use it. Via jerometonnelier
iOS 5+ (ARC) UILabel clone that performs animated transitions when changing text. Via jerometonnelier
Drag down view like iOS5 Notification Centre
UIView subclass that implements pullable behaviour similar to the Notification Center in iOS 5. By crocodella.
UIViewController+KNSemiModal is an effort to make a replica of semi-modal view with pushed-back stacked animation found in the beautiful Park Guides by National Geographic app. You can see this original semi-modal view below. This library (ARC) is designed as a Category to UIViewController so you don't have to subclass and you can simply drop in any project and it will just work! Via jerometonnelier
iPhone how to use NSPredicate to filter Core Data by the parent entity?: My core data is defined as this: Via fredio31
TTTAttributedLabel
A drop-in replacement for UILabel that supports NSAttributedStrings by Mattt Thompson
What's it? When your app have so many options to choose, LeveyPopListView is an alternative of UIActionSheet, hope it can help someone :)
Differences from the original version Levey did an amazing work, but I needed the ability to show this controller in a modal behavior, so now there's an option isModal that is set to YES by default. Clicking anywhere outside the tableview does nothing, only selecting a row will do.
✔ Sources: https://github.com/jerometonnelier/LeveyPopListView Via Vincent Demay
An error occurred uploading to the iTunes Store
Anyone who tries to submit apps after 3rd April and has this "An error occurred uploading to the iTunes Store" during submitting, see below:
http://stackoverflow.com/questions/5783481/an-error-occurred-uploading-to-the-itunes-store ;
I did make an update yesterday. Fascinating that Apple somehow relies on Java.
WaterflowView - A waterflow display like the Pinterest feeling...
https://github.com/aceisScope/WaterflowView
Resembled datasource and delegate of UITableView, and mainly intended to make a display in the waterflow way of Pinterest. Each cell could be simply initialized with cellAtIndexPath way. It is based on LLWaterflow and I've tested it with AsyncImageView.
With AsynImageView by Xingzhi, based on the LLWaterflow by Lin&Lin.
|
| 1 | 2 |
|
Next |
