iPhone and iPad development
658.7K views | +14 today
Follow
iPhone and iPad development
Tips, Libs and more about iPhone and iPad development and ios
Curated by Vincent Demay
Your new post is loading...
Scooped by Vincent Demay
Scoop.it!

PNChart: A simple and beautiful chart lib used in Piner for iOS

PNChart: A simple and beautiful chart lib used in Piner for iOS | iPhone and iPad development | Scoop.it

PNChart - A simple and beautiful chart lib used in Piner for iOS

Vincent Demay's insight:

✔Source: https://github.com/kevinzhow/PNChart


No comment yet.
Scooped by Vincent Demay
Scoop.it!

UIImage-BlurredFrame: UIImage category that blurs an specified frame of a UIImage

UIImage-BlurredFrame: UIImage category that blurs an specified frame of a UIImage | iPhone and iPad development | Scoop.it

UIImage-BlurredFrame - UIImage category that blurs an specified frame of a UIImage

No comment yet.
Scooped by Vincent Demay
Scoop.it!

NSFormatter: Conversion is the tireless errand of software development.

NSFormatter: Conversion is the tireless errand of software development. | iPhone and iPad development | Scoop.it

Conversion is the tireless errand of software development. Most programming tasks boil down to some variation of transforming data into something more useful.


In the case of user-facing software, converting data into human-readable form is an essential task, and a complex one at that. A user's preferred language, locale, calendar, or currency can all factor into how information should be displayed, as can other constraints, such as a label's dimensions.


All of this is to say that sending -description to an object just isn't going to cut it in most circumstances. Even +stringWithFormat: is going to ultimately disappoint. No, the real tool for this job is NSFormatter.

No comment yet.
Scooped by Vincent Demay
Scoop.it!

TEAChart: Simple and intuitive iOS chart library, for the upcoming Pomotodo app. Contribution graph, clock chart, and bar chart.

TEAChart: Simple and intuitive iOS chart library, for the upcoming Pomotodo app. Contribution graph, clock chart, and bar chart. | iPhone and iPad development | Scoop.it
Vincent Demay's insight:

✔Source: https://github.com/xhacker/TEAChart

No comment yet.
Scooped by Vincent Demay
Scoop.it!

JYRadarChart: an open source iOS Radar Chart implementation

JYRadarChart: an open source iOS Radar Chart implementation | iPhone and iPad development | Scoop.it
Vincent Demay's insight:

✔Source: https://github.com/johnnywjy/JYRadarChart

No comment yet.
Scooped by Vincent Demay
Scoop.it!

iOSPlot: Draw pie charts and line charts in iOS apps

iOSPlot: Draw pie charts and line charts in iOS apps | iPhone and iPad development | Scoop.it
Vincent Demay's insight:

✔Source: https://github.com/honcheng/iOSPlot

No comment yet.
Scooped by Vincent Demay
Scoop.it!

MLAlertView - Tweetbot 3 Alert View

MLAlertView - Tweetbot 3 Alert View | iPhone and iPad development | Scoop.it
Vincent Demay's insight:

✔Sourcehttps://github.com/MaxHasADHD/MLAlertView

No comment yet.
Scooped by Vincent Demay
Scoop.it!

Text Kit Tutorial | Ray Wenderlich

Text Kit Tutorial | Ray Wenderlich | iPhone and iPad development | Scoop.it

Learn how to easily layout your text in iOS 7 in this Text Kit tutorial

Vincent Demay's comment, November 7, 2013 9:14 AM
@jibees: look at that!
jibees's comment, November 7, 2013 12:11 PM
@Vincent Demay: worth a try ;)
Scooped by Vincent Demay
Scoop.it!

DynamicGraphView: A simple but effective dynamic GraphView implementation for iPhone SDK

DynamicGraphView: A simple but effective dynamic GraphView implementation for iPhone SDK | iPhone and iPad development | Scoop.it
Vincent Demay's insight:

✔Source: https://github.com/freshking/DynamicGraphView

No comment yet.
Scooped by Vincent Demay
Scoop.it!

LinkedIn Intro: Doing the Impossible on iOS | LinkedIn Engineering

LinkedIn Intro: Doing the Impossible on iOS | LinkedIn Engineering | iPhone and iPad development | Scoop.it
"We recently launched LinkedIn Intro — a new product that shows you LinkedIn profiles, right inside the native iPhone mail client. That’s right: we have extended Apple’s built-in iOS Mail app, a feat that many people consider to be impossible. This post is a short summary of how Intro works, and some of the ways we bent technology to our will."
Vincent Demay's insight:
Nice tutorial from LinkedIn team
jerometonnelier's curator insight, October 28, 2013 4:53 AM

Very nice indeed ;)

Rescooped by Vincent Demay from iOS and Cocoa goodies
Scoop.it!

iOS 7 SDK: Working with Background Fetch

iOS 7 SDK: Working with Background Fetch | iPhone and iPad development | Scoop.it

This tutorial will teach you how to use Background Fetch, a multitasking API provided with the iOS 7 SDK. To do so, we'll create a simple list of delicious


Via jerometonnelier
No comment yet.
Scooped by Vincent Demay
Scoop.it!

MZFormSheetController: Alternative to UIModalPresentionFromSheet

MZFormSheetController: Alternative to UIModalPresentionFromSheet | iPhone and iPad development | Scoop.it

ZFormSheetController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup controller size and feel form sheet.

Vincent Demay's insight:

It is was I was searchng for years.


✔Source: https://github.com/m1entus/MZFormSheetController

gitbew's comment, October 24, 2013 1:57 AM
Its impressive :)
jibees's comment, October 24, 2013 3:40 AM
sounds great. Thanks @Vincent Demay !
Monica S Mcfeeters's curator insight, November 4, 2013 3:31 AM

Interesting link if you are into developing for iPhone or iPad.

Scooped by Vincent Demay
Scoop.it!

UIButton-Bootstrap - Simple UIButton category that adds nice and flat Bootstrap 3.0

UIButton-Bootstrap - Simple UIButton category that adds nice and flat Bootstrap 3.0 | iPhone and iPad development | Scoop.it

Simple UIButton category that adds nice and flat Bootstrap 3.0 button styles.

No subclass, no images. Quartz Core drawing. Highly customizable.

Vincent Demay's insight:

✔Source: https://github.com/OskarGroth/UIButton-Bootstrap

No comment yet.
Scooped by Vincent Demay
Scoop.it!

CRNavigationController - A UINavigationController subclass that brings about a more vivid, brighter UINavigationBar.

CRNavigationController - A UINavigationController subclass that brings about a more vivid, brighter UINavigationBar. | iPhone and iPad development | Scoop.it

A UINavigationController subclass that brings about a more vivid, brighter UINavigationBar.


With the release of iOS 7, Apple has brought translucency all throughout the operating system. As developers, we are (in a sense) responsible for utilizing these new libraries to present unity between our apps and the OS. With the introduction of gaussian, translucent navigation bars, we are able to allow for more dynamic context with the views that we are presenting.

Vincent Demay's insight:

✔Source: https://github.com/croberts22/CRNavigationController

No comment yet.
Scooped by Vincent Demay
Scoop.it!

SWTableViewCell - UITableViewCell subclass that implements a swippable content

SWTableViewCell - UITableViewCell subclass that implements a swippable content | iPhone and iPad development | Scoop.it

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)

Vincent Demay's insight:

✔Source: https://github.com/CEWendel/SWTableViewCell

Alex Z. Li's curator insight, January 3, 2014 5:32 PM

Nice way to implement highly user friendly experience.

Scooped by Vincent Demay
Scoop.it!

MCPanelViewController - Drop-in panel control for iOS with blurring background

MCPanelViewController - Drop-in panel control for iOS with blurring background | iPhone and iPad development | Scoop.it

Drop-in panel control for iOS with blurring background and screen-edge activation gestures.

Vincent Demay's insight:

✔Source: https://github.com/mehsome/MCPanelViewController

No comment yet.
Scooped by Vincent Demay
Scoop.it!

CXAlertView - Custom alertview for iOS7

CXAlertView - Custom alertview for iOS7 | iPhone and iPad development | Scoop.it

If you ever try to mess up the UIAlertView, it was easy. Just try to add at least five butons on it. Therefore I change the way to layout of buttons. In this custom alertview, you can add buttons as more as you like. Also you are able to change the appearance of it.

Vincent Demay's insight:

✔Source: https://github.com/ChrisXu1221/CXAlertView

No comment yet.
Scooped by Vincent Demay
Scoop.it!

NGAParallaxMotion: A tiny category on UIView that allows you to achieve a parallax effect with UIMotionEffect

NGAParallaxMotion: A tiny category on UIView that allows you to achieve a parallax effect with UIMotionEffect | iPhone and iPad development | Scoop.it






NGAParallaxMotion - A tiny category on UIView that allows you to set one property: "parallaxIntensity" to achieve a parallax effect with UIMotionEffect

Vincent Demay's insight:

✔Source: https://github.com/michaeljbishop/NGAParallaxMotion

No comment yet.
Scooped by Vincent Demay
Scoop.it!

VCTransitionsLibrary: Transition lib for iOS7

VCTransitionsLibrary: Transition lib for iOS7 | iPhone and iPad development | Scoop.it

With iOS 7 you can easily create custom view controller transitions that can be used in a range of contexts (push, pop, modal …). This project provides a library of custom animations which can be dropped directly into your project. It also has a number of 'interaction controllers' which can be used with any of the custom animations in order to make your transitions interactive.


The library currently contains the following animations, which can be made interactive with either a swipe or pinch gesture.

Vincent Demay's insight:

✔Source: https://github.com/ColinEberhardt/VCTransitionsLibrary


No comment yet.
Scooped by Vincent Demay
Scoop.it!

REFrostedViewController: iOS 7 style blurred view controller.

REFrostedViewController: iOS 7 style blurred view controller. | iPhone and iPad development | Scoop.it

REFrostedViewController - iOS 7 style blurred view controller that appears on top of your view controller

Vincent Demay's insight:

✔Source: https://github.com/romaonthego/REFrostedViewController

No comment yet.
Scooped by Vincent Demay
Scoop.it!

WWDC 2013 Session Videos - Apple Developer

WWDC 2013 Session Videos - Apple Developer | iPhone and iPad development | Scoop.it

Learn about the latest in iOS and OS X with WWDC 2013 session videos.

burlysand's comment, September 24, 2013 3:26 AM
Thats great
Thats great
Thats great
Scooped by Vincent Demay
Scoop.it!

UzysSlideMenu for iOS: A side menu with transparency

UzysSlideMenu for iOS: A side menu with transparency | iPhone and iPad development | Scoop.it

UzysSlideMenu features:

  • It's very simple structure.
  • Very Easy to customize menu view , you can use interface builder.
  • Support Both ARC and non-ARC Project
  • Support CocoaPods.
Vincent Demay's insight:

✔Sources: https://github.com/uzysjung/UzysSlideMenu


Nikunj Patel's curator insight, September 10, 2013 3:24 AM

iPhone app development from Blue Whale Apps. We are a mobile app development company focusing on iOS and Android app development services for businesses.

Scooped by Vincent Demay
Scoop.it!

PPiFlatSegmentedControl: Flat segmented control

PPiFlatSegmentedControl: Flat segmented control | iPhone and iPad development | Scoop.it

PPiFlatSegmentedControl is an UI Control developed avoiding original UISegmentedControl to get interesting features related with the flat design. For better appearance you can add Font Awesome library to your project and use their icons into the Segmented Control

Vincent Demay's insight:

✔Source: https://github.com/pepibumur/PPiFlatSegmentedControl

No comment yet.
Scooped by Vincent Demay
Scoop.it!

XYPieChart: easy-to-use animated pie chart for iOS app

XYPieChart is an simple and easy-to-use pie chart for iOS app. It started from a Potion Project which needs an animated pie graph without interaction. All animation was implemented in the drawRect: method. After played with BTSPieChart, really like its code structure, it’s clean, has well named functions, structure like a UITableView. XYPieChart rewrote the code, based on CALayers for the animation. Compared to BTSPieChart, XYPieChart is a prettier version, it has a simpler insert/delete slices algorithm, different design of slice selection, more flexible to customize.

Vincent Demay's insight:

✔Source: https://github.com/xyfeng/XYPieChart

No comment yet.
Suggested by Bertie Liu
Scoop.it!

Socket.IO : Objective C Library

Socket.IO : Objective C Library | iPhone and iPad development | Scoop.it

Interface to communicate between Objective C and Socket.IO with the help of websockets or Long-Polling. Originally based on fpotter's socketio-cocoa it uses other libraries/classes like

Vincent Demay's insight:

✔Source : https://github.com/pkyeck/socket.IO-objc

No comment yet.
Curated by Vincent Demay
Development Manager @ Scoop.it - http://www.scoop.it
iPad, iPhone and Android developer
Geek :)