iOS dev (iPhone, iPad)
140.3K views | +0 today
iOS dev (iPhone, iPad)
Nice iOS Objective-C stuff, tips & triks
Your new post is loading...
Your new post is loading...
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

Open Source Control For Easy Customizable Gesture Controlled Table View Cells

Open Source Control For Easy Customizable Gesture Controlled Table View Cells | iOS dev (iPhone, iPad) | Scoop.it

RMSwipeTableViewCell is a drop-in UITableViewCell subclass that supports pan gestures as seen in apps such as Clear, Mailbox, Sparrow and many more.

 

RMSwipeTableViewCell allows for easy subclassing to customize the cell to match your needs. The class exposes useful class methods and uses delegate callbacks to handle actions in your UITableViewController. RMSwipeTableViewCell is compatible with iOS 5 and higher!

 


Via Vincent Demay
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

DPMeterView : custom Gauge View

DPMeterView : custom Gauge View | iOS dev (iPhone, iPad) | Scoop.it

Presents values in a custom gauge-style meter view with delightful animations

 

It should be easy to fill a shape with a color, to visually reflect a percentage.

 

There is plenty of examples where it can be useful:

simple progress bar viewstars rating viewemotion viewtrend value view


Via Vincent Demay
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

RNBlurModalView

RNBlurModalView | iOS dev (iPhone, iPad) | Scoop.it

RNBlurModal adds depth to the traditional modal/alert view. Calling the view is incredibly similar to setting up and showing a UIAlertView. You can also setup your own custom views and display them with a blurry background. The goal is to truly draw the user's focus directly to your alert using natural effects. This project works on all iOS devices at all orientations with ARC.

✔Sources: https://github.com/rnystrom/RNBlurModalView


Via Vincent Demay
RingCentral's comment, December 6, 2012 8:22 PM
test comment
Vincent Demay's curator insight, December 11, 2012 10:38 AM

✔Sources: https://github.com/rnystrom/RNBlurModalView

vishal dharmawat's curator insight, March 6, 2013 9:03 AM

customizing UIAlertView/ModalView

Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

ShakingAlertView

ShakingAlertView | iOS dev (iPhone, iPad) | Scoop.it

ShakingAlertView - UIAlertView subclass containing a password entry field and a 'shake' animation for incorrect password entry

 

✔Sources: https://github.com/stringer630/ShakingAlertView


Via Bertie Liu, Vincent Demay
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

PopoverView is a simple resolution-independent UIView written entirely in CoreGraphics and QuartzCore

PopoverView is a simple resolution-independent UIView written entirely in CoreGraphics and QuartzCore | iOS dev (iPhone, iPad) | Scoop.it

PopoverView is a simple resolution-independent UIView written entirely in CoreGraphics and QuartzCore for display of modal content on both iPhone and iPad. It can display singular UIView contentViews, arrays of UIViews, display titles, or even allow selection from a list of strings. It is implemented via a very simple static interface that allows you to show the popover with just a single line. All animation, positioning, and memory allocations are handled by the component at runtime. We are releasing under the MIT License.



✔Sources: https://github.com/runway20/PopoverView

 


Via Vincent Demay
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

ColorPopover

ColorPopover | iOS dev (iPhone, iPad) | Scoop.it

A ColorPopover is a very simple component for iPhone/iPad that provides a "Popover" color picker.


✔Sources: https://github.com/gazolla/ColorPopover


Via Vincent Demay
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

MBSliderView is an iOS control that looks like 'Slide to unlock' slider.

MBSliderView is an iOS control that looks like 'Slide to unlock' slider. | iOS dev (iPhone, iPad) | Scoop.it

MBSliderView is an iOS control that looks like 'Slide to unlock' slider.


It's really easy to implement and fully customizable.
It can be loaded from a nib file (You can use Interface Builder). The slider thumb is drawn with CoreGraphics so you could change the color as you like.
You also can set the label color

 

✔Sources: https://github.com/mattlawer/MBSliderView


Via Vincent Demay
No comment yet.
Rescooped by Sébastien HOUZÉ from ios source code
Scoop.it!

Magical Transition | Objective-C | CocoaTouch | Xcode | iPhone | ChupaMobile

Magical Transition | Objective-C | CocoaTouch | Xcode | iPhone | ChupaMobile | iOS dev (iPhone, iPad) | Scoop.it

This feature will make your application more beautiful than before with transition customization.


Via Paolo De Santis
No comment yet.
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

Open Source: Custom iOS Control For Creating Elegant Nested Table Views

Open Source: Custom iOS Control For Creating Elegant Nested Table Views | iOS dev (iPhone, iPad) | Scoop.it

Obj-C module built on UITableView for creating a 2-level nested list UI control. iOS 4.0+

 

 

✔ Sources: https://github.com/boxedice/ios-SDNestedTable

 


Via jerometonnelier, Vincent Demay
Kapil Singh's comment, June 21, 2013 3:15 AM
great work thanks
Rescooped by Sébastien HOUZÉ from iOS development
Scoop.it!

WWDC 2012 Session Videos - Development Videos - Apple Developer

WWDC 2012 Session Videos - Development Videos - Apple Developer | iOS dev (iPhone, iPad) | Scoop.it
Watch over 100 session videos from the Apple Worldwide Developers Conference for free.

Via anandram venkataswamy
No comment yet.
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

Tutorial: How To Make A Line Graph, Bar Chart And Pie Chart With Core Plot

Tutorial: How To Make A Line Graph, Bar Chart And Pie Chart With Core Plot | iOS dev (iPhone, iPad) | Scoop.it
There are many different charting libraries on the iOS platform both open source and commercial. Previously I wrote about several open source iOS charting libraries including the extremely powerful Core Plot library.

Via Vincent Demay
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

PSCollectionView : Pinterest style scroll view

PSCollectionView : Pinterest style scroll view | iOS dev (iPhone, iPad) | Scoop.it

It's a Pinterest style scroll view designed to be used similar to a UITableView.

 

It supports Portrait and Landscape orientations.

 

I built this as a hack to show my friends. Any suggestions or improvements are very welcome!

 

Coming soon... A fully functional demo app.


Via Vincent Demay
Vincent Demay's curator insight, January 28, 2013 6:55 AM

Update a new version ARC compliant is available here : 


✔Sources: https://github.com/ptshih/PSCollectionView/tree/arc


Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

Embedding YouTube Within iPhone Apps

Embedding YouTube Within iPhone Apps | iOS dev (iPhone, iPad) | Scoop.it

Here is a method I recently devised for getting YouTube videos to work in a useable and clean way within iPhone Apps.


Via Vincent Demay
No comment yet.
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

LBActionSheet

LBActionSheet | iOS dev (iPhone, iPad) | Scoop.it

LBActionSheet is a drop-in replacement for UIActionSheet. However, its API makes it very easy to customize it. It's designed for this sole purpose only which makes it redundant when you don't need to implement a custom theme.


Via Vincent Demay
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

FontReplacer

FontReplacer | iOS dev (iPhone, iPad) | Scoop.it
Since iOS 3.2, you can use custom fonts in your apps but unfortunately, you can't use these custom fonts in Interface Builder. FontReplacer is a solution to this problem.

If your project contains nibs with a lot of labels, it becomes tedious to setup an outlet for every label and change the font in the code for each outlet. Instead choose a font that you won't be using anywhere in your app, e.g. Arial and use it in Interface Builder. Then create a mapping from Arial to your custom font, e.g. Caviar Dreams and let FontReplacer handle the replacement.
Via Vincent Demay
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

PAPasscode

PAPasscode | iOS dev (iPhone, iPad) | Scoop.it
Passcode view controller for iOS. Contribute to PAPasscode development by creating an account on GitHub.

 

✔Sources: https://github.com/dhennessy/PAPasscode

 


Via jerometonnelier, Vincent Demay
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

New Objective-C Syntax - NSScreencast

New Objective-C Syntax - NSScreencast | iOS dev (iPhone, iPad) | Scoop.it

The new syntax is supported in Xcode 4.4, and has no runtime requirements, meaning you can use this today if you're on the latest tools!

New Collection Literals Subscripting Boxing Expressions C Strings
Via Vincent Demay
No comment yet.
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

Facebook SDK 3.1 for iOS available to developers

Facebook SDK 3.1 for iOS available to developers | iOS dev (iPhone, iPad) | Scoop.it
Attention all you iOS devs, Facebook has just released its Facebook SDK 3.1 for iOS.

Via Vincent Demay
No comment yet.
Rescooped by Sébastien HOUZÉ from E-Tourisme Mobile
Scoop.it!

Pourquoi Google Investit dans le secteur tourisme?

Pourquoi Google Investit dans le secteur tourisme? | iOS dev (iPhone, iPad) | Scoop.it

Google possède et développe déjà depuis longtemps des outils simples mais très efficaces dans le tourisme : Google map, visite virtuelle, itinéraire, échange de photos (voir encadré). L’accélération de ses investissements dans le tourisme répond à une diversification de ses activités sur l'un des secteurs les plus porteur d'Internet. Le récent rachat en juillet 2012, pour 25 millions de dollars de Frommer’s (fondé en 1807), l’un des guides de voyages américain les plus en vogue confirme l’appétit du géant américain.


Via clement thirode
No comment yet.
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

Open Source Custom iOS UITableView Control For Chat Bubbles Like The Messages App

Open Source Custom iOS UITableView Control For Chat Bubbles Like The Messages App | iOS dev (iPhone, iPad) | Scoop.it

UIBubbleTableView is UITableView based iOS component for rendering chats like it's done in Messages application.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

✔Sources: http://alexbarinov.github.com/UIBubbleTableView/


Via Bertie Liu, Vincent Demay
Richrad Wymer's comment, February 26, 2013 6:30 AM
http://www.digitronix1.com/brands/canon-color/Canon-imagerunner-c4580i.html Find the ImageRunner C4580I Color copier from Digitronix one, Los Angeles
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

JCGridMenu: menu using rows and columns

JCGridMenu: menu using rows and columns | iOS dev (iPhone, iPad) | Scoop.it

This is a simple IOS control that works as a 44x44px menu using rows and columns to show and hide options. It’s not big but it is clever.

 

✔ Sources: https://github.com/joecarney/JCGridMenu

 


Via Vincent Demay
No comment yet.
Rescooped by Sébastien HOUZÉ from ios source code
Scoop.it!

MTDirectionsKit | Objective-C | CocoaTouch | Xcode | iPhone | ChupaMobile

MTDirectionsKit | Objective-C | CocoaTouch | Xcode | iPhone | ChupaMobile | iOS dev (iPhone, iPad) | Scoop.it

Did you ever wonder why Apple didn't provide a way to show directions directly on top of MKMapView and force you to switch to their built-in Maps.app just to guide your users somewhere? We too, that's why we built MTDirectionsKit.


Via Paolo De Santis
No comment yet.
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

UITableView Tricks

From https://iphone2020.wordpress.com

 

"Recently we came across innovative UI controls like Path and Clear controls. I am pretty amazed to see a simple UITableView and its cells in iOS, can be tweaked to get a eye-catching effects as in Clear app. After that there came a series of controls using UITableView, but this one from raw engineering was quiet nice.

After playing with it, I revisited the nuances of UITableView and came up with this simple UI Layoout which is our topic now. Take at look at this demo"

 

✔ Sources: https://github.com/bharath2020/UITableViewTricks

 


Via Vincent Demay
EaK_iOS's comment, January 14, 2013 5:51 AM
Can you create this post with storyboard ?
jerometonnelier's comment, January 14, 2013 8:05 AM
This scoop.it is just a collection of bunches of code, I did not write everything myself ;)
Bertie Liu's comment, January 14, 2013 8:28 AM
jerome's right. opening an issue on the source of this project on github is a more possible way commenting here.
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

Scroller

Scroller | iOS dev (iPhone, iPad) | Scoop.it

To view Scroller in action, add some contacts in your AddressBook.

 

As it is an ARC based project so it can work on XCode 4 or higher. AddressBook is used just for demo purpose to show the use of Scroller Project.

 

 

✔ Sources: https://github.com/raweng/Scroller ;


Via jerometonnelier, Vincent Demay
EaK_iOS's comment, January 14, 2013 5:52 AM
not found this file
Vincent Demay's comment, January 14, 2013 6:17 AM
Hi,
Nice catch, I Fixed the link.
Thx
Rescooped by Sébastien HOUZÉ from iPhone and iPad development
Scoop.it!

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. | iOS dev (iPhone, iPad) | Scoop.it

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


Via Vincent Demay
No comment yet.