PandaLit
47
“panda/sherlockian/ios dev”
Curated by Bertie Liu
483 Views
Scoop.it Score 47
Visitors Loading...
Created Dec 1, 2011
Created by Bertie Liu
Updated Today
Posts 43
Followers 5
Reactions 36
Filter

Or select a Tag
Suggest
Follow
github.com - Today, 9:00 AM

MPFoldTransition is a set of classes to add folding-style transitions to iOS 5 projects.

MPFoldTransition is a set of classes to add folding-style transitions to iOS 5 projects.


Via Vincent Demay
Share
0
www.mightymeta.co.uk - May 24, 9:31 PM

Embedding YouTube Within iPhone Apps

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É
Share
0
github.com - May 17, 9:52 PM

MPFoldTransition

MPFoldTransition - Easily add custom folding and page-flipping transitions to UIViews and UIViewControllers...

Via jerometonnelier
Share
1
mattgemmell.com - May 15, 9:51 PM

MGTileMenu - Matt Gemmell

An open source iOS GUI component providing pop-up tile-based menus.

Via Domsware
Share
0
github.com - May 14, 3:32 AM

SlideShow

SlideShow hosted on GitHub...

A simple slide with UIScrollView.
Automatically scroll with two directions and single-tap supported.
Further usage on the way.

 

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.

 

 

Share
1
May 8, 11:41 PM
iDev Recipes
iDev Recipes | PandaLit | Scoop.it

Short. Delicate. Crisp. Amazing. Recipes.

 

http://idevrecipes.com/

 

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.

Share
1
May 4, 4:35 AM
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

Share
1
www.bobmccune.com - April 26, 10:04 PM

iOS 5 Face Detection with Core Image

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
Share
0
spyrestudios.com - April 15, 10:29 PM

How to use Custom UIButton Graphics for iPhone Applications

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
Share
2
www.youtube.com - April 9, 3:22 AM

If Google were invented in the 80s


Via nico
Share
1
www.youtube.com - March 30, 9:21 PM

Introduction to Chute Photo Picker+

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
Share
1
www.slideshare.net - March 28, 3:30 AM

iOS design: a case study

Case study of the (upcoming) ConcertWall iPhone app by http://www.wolfslittlestore.be (design) & http://www.coin-c.com/ (development)...

Via Domsware
Share
0
maniacdev.com - March 26, 9:53 PM

Apps Using UDIDs Being Rejected By Apple – Here’s How To Generate Replacements Quickly

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
Share
0
cocoacontrols.com - May 24, 9:47 PM

iCarousel for iOS - Cocoa Controls

Custom UI Controls for iOS and Mac OS X...

Via jerometonnelier
Share
0
cocoawithlove.com - May 22, 5:36 AM

Cocoa with Love: Sliding UITextFields around to avoid the keyboard

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
Share
1
www.chupamobile.com - May 16, 9:25 PM

How to Create Amazing Image FX with Core Image Frameworks | Tutorial | Objective-C | CocoaTouch | Xcode | iPhone | ChupaMobile

Core Image allows you to create amazing image effects and it comes with several built in filters, learn how to use it.

Via jerometonnelier
Share
1
www.cocoacontrols.com - May 14, 9:22 PM

BBCyclingLabel for iOS - Cocoa Controls

iOS 5+ (ARC) UILabel clone that performs animated transitions when changing text.

Via jerometonnelier
Share
0
May 10, 1:55 AM
Drag down view like iOS5 Notification Centre
Drag down view like iOS5 Notification Centre | PandaLit | Scoop.it

UIView subclass that implements pullable behaviour similar to the Notification Center in iOS 5. By crocodella. 

 

https://github.com/crocodella/PullableView

Share
4
github.com - May 7, 12:24 AM

KNSemiModalViewController

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
Share
1
stackoverflow.com - May 3, 6:48 AM

objective c - iPhone how to use NSPredicate to filter Core Data by the parent entity? - Stack Overflow

iPhone how to use NSPredicate to filter Core Data by the parent entity?: My core data is defined as this:
user h...


Via fredio31
Share
0
April 18, 2:36 AM
TTTAttributedLabel
TTTAttributedLabel | PandaLit | Scoop.it

A drop-in replacement for UILabel that supports NSAttributedStrings by Mattt Thompson

 

https://github.com/mattt/TTTAttributedLabel/

Share
1
github.com - April 12, 10:07 PM

LeveyPopListView

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
Share
1
April 6, 3:40 AM
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. 

 

Share
1
github.com - March 30, 3:07 AM

WaterflowView

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.

 

Share
5
www.aviary.com - March 28, 3:28 AM

Aviary iOS SDK

iPhone and iPad image editor component


Via Vincent Demay
Share
0
1 2 Next