iPhone and iPad development
659.5K views | +37 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!

[Back to Basis] GridView using Interface Builder in iPhone

[Back to Basis] GridView using Interface Builder in iPhone | iPhone and iPad development | Scoop.it
In this example we will see how to GridView implement in the application using Interface Builder. This is the very simple example . So let see how it will worked.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

iCarousel - GitHub

iCarousel - GitHub | iPhone and iPad development | Scoop.it
iCarousel is a class designed to simplify the implementation of various types of carousel (paged, scrolling views) on iPhone and iPad. iCarousel implements a number of common effects such as cylindrical, flat and "CoverFlow" style carousels, as well as providing hooks to implement your own bespoke effects. Unlike many other "CoverFlow" libraries, iCarousel can work with any kind of view, not just images, so it is ideal for presenting paged data in a fluid and impressive way in your app. It also makes it extremely easy to swap between different carousel effects with minimal code changes.

✔ Sources: https://github.com/demosthenese/iCarousel
El Severo's comment, March 29, 2015 10:58 AM
Did anyone tried to use it with autolayout?
Scooped by Vincent Demay
Scoop.it!

VDTabBarController custom tabBar item - GitHub

VDTabBarController custom tabBar item - GitHub | iPhone and iPad development | Scoop.it
VDFramework aims to give open source component to make easier iOs dev.

For now there is only a VDTabBarController which can be customized to display custom decoration on images in it.



A Controller allowing you to choose the style of the items based on the standard UITabBarController (all its features are also available)

You can customize items specifying gradient or reflexive color.



✔ source: https://github.com/vdemay/VDFramework
No comment yet.
Scooped by Vincent Demay
Scoop.it!

[Back to Basis] ImageLoad from Server in iPhone

[Back to Basis] ImageLoad from Server in iPhone | iPhone and iPad development | Scoop.it
In this application we will see how to image fetch from the server and place it to the view. I will show you the easiest way for image fetch from server. So let see how it will work.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

[Back to Basis] How to receive text data from server in iPhone.

[Back to Basis] How to receive text data from server in iPhone. | iPhone and iPad development | Scoop.it
In this application we will see how to fetch data from server and replace it to the view in iPhone. This is very simple example. So let see how it will work.


This post provide a sample code on how to basically create a iOS application fetching data server side.

Asynchronous call, Indicator and UrlRequest are explain and demonstrated in the application
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Empty OpenGL ES Application Xcode 4 Template

Empty OpenGL ES Application Xcode 4 Template | iPhone and iPad development | Scoop.it
Jacques De Schepper sent in an updated version of my old Empty OpenGL ES Application Template, updated to use Xcode 4's completely revamped templating mechanism. You can download the new Xcode 4 version of the template right here.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Definitely Un-Proofread - PESTabBarAddition is a pair of classes I wrote to...

Definitely Un-Proofread - PESTabBarAddition is a pair of classes I wrote to... | iPhone and iPad development | Scoop.it
PESTabBarAddition is a pair of classes I wrote to make it easy to customize the tabbed iPhone interface. Its a common complaint that you can’t change the color of affect on the icons in the tab bar, or use text instead of images, or use different views for selected or unselected states, or make anything but the most trivial changes to the basic UINavBar. These classes make it easy to do that with no coding. They’re licensed under the BSD license, so do what you’d like to them, no worries.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

iOSPlot - chart for iOS - coding for mobile

iOSPlot - chart for iOS - coding for mobile | iPhone and iPad development | Scoop.it
iOSPlot is a library for plotting chart in iOS. Only have time to add a pie chart now. Working on a line chart now, so that's coming soon.

✔ Sources: https://github.com/honcheng/iOSPlot
No comment yet.
Scooped by Vincent Demay
Scoop.it!

ShareKit : share to social networks from your app

ShareKit is an open source framework that can be dropped into any iPhone or iPad app to instantly provide sharing features.

ShareKit has recently become one of my favorite iPhone open source projects. Just add a few lines of code to your app and you can instantly share text, URLs and other data via Email, Twitter, Facebook and a whole slew of other services.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

simplyiapps/AdMediator - GitHub

simplyiapps/AdMediator - GitHub | iPhone and iPad development | Scoop.it
AdMediator implements an Ad Banner mediation layer for Apple iAds and Google AdMob mobile ads for iPhone. iAd's are deemed as priority and will swap in AdMob ads if no iAds are available.


















✔ Sources: https://github.com/simplyiapps/AdMediator
No comment yet.
Scooped by Vincent Demay
Scoop.it!

RTLabel - rich text formatting for iOS using HTML-like markup - coding for mobile

RTLabel - rich text formatting for iOS using HTML-like markup - coding for mobile | iPhone and iPad development | Scoop.it
RTLabel - rich text formatting based on html-like markups for iOS.

RTLabel works like UILabel, but supports html-like markups for rich text display.
It is based on Core Text, so it supports some of the stuff that Core Text supports

* bold and italic style
* color and size
* stroke
* indenting
* kerning
* line spacing
* clickable links












✔ Sources : https://github.com/honcheng/RTLabel
No comment yet.
Scooped by Vincent Demay
Scoop.it!

MKInfoPanel Demo

MKInfoPanel is a tweetbot like panel for iOS app

✔ Sources: https://github.com/MugunthKumar/MKInfoPanelDemo
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Background audio through an iOS movie player

Background audio in iOS is supposed to be as simple as entering a setting in your Info.plist and making sure your kAudioSessionProperty_AudioCategory is appropriate. This is true unless your audio is part of a movie file or is played in a movie player that has just played video — suddenly it becomes fiddly, hard to test, unreliable and changeable from version to version of iOS.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Adding data using SQLite for iPhone

Adding data using SQLite for iPhone | iPhone and iPad development | Scoop.it
This is the Sqlite database app. Some times your app may have the need to store data in some kind of database. In iPhone application you can do so using SQLite.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Sync-Async Pair Pattern – Easy concurrency on iOS | Jayway Team Blog - Sharing Experience

Sync-Async Pair Pattern – Easy concurrency on iOS | Jayway Team Blog - Sharing Experience | iPhone and iPad development | Scoop.it
Apple provides many tools for implementing concurrency in your application.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

CLCascade library simple project - CreativeLabs.pl

CLCascade is a library to create twitter-like UI in iPad apps created by CreativeLabs.pl TEAM. If you need any help please contact us at info@creativelabs.pl

This is a beta version of CLCascade library

✔ Sources: https://github.com/creativelabs/CLCascade
No comment yet.
Scooped by Vincent Demay
Scoop.it!

MHNibTableViewCell, Easily Load Table View Cells from NIB Files – Hollance: Freelance iPhone + iPad Development

MHNibTableViewCell, Easily Load Table View Cells from NIB Files – Hollance: Freelance iPhone + iPad Development | iPhone and iPad development | Scoop.it
Matthijs Hollemans is an experienced, professional software developer for hire for iPhone, iPod touch and iPad.

✔ Sources: https://github.com/hollance/MHNibTableViewCell
No comment yet.
Scooped by Vincent Demay
Scoop.it!

WEPopover - GitHub

WEPopover - GitHub | iPhone and iPad development | Scoop.it
Generic popover implementation for iOS with same API as the UIPopoverController for the iPad, but configurable with custom background and available for iPhone as well.















✔ Sources: https://github.com/werner77/WEPopover
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Cocos2D iPhone Tutorials - 20 - Watching the Dude Bump into Stuff!

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

Parsing an XML file

Parsing an XML file | iPhone and iPad development | Scoop.it
This is the “XMLParsing” example. In this app we will read data from xml file and display the data on the screen.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Easyly create your own framework with kstenerud

Easyly create your own framework with kstenerud | iPhone and iPad development | Scoop.it
An XCode 4 project template to build universal (arm6, arm7, and simulator) frameworks for iOS.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

How does the Twitter iPhone app implement side swiping on a table? « iDev Recipes

How does the Twitter iPhone app implement side swiping on a table? « iDev Recipes | iPhone and iPad development | Scoop.it
No comment yet.
Scooped by Vincent Demay
Scoop.it!

MGImageUtilities

MGImageUtilities | iPhone and iPad development | Scoop.it
UIImage Categories for iPhone and IPad :

- UIImage+ProportionalFill to Scale, Crop, cut at Start or End of UIImage

- UIImage+Tint to fill a flat and solid-coloured image with a given colour.

✔ Sources: https://github.com/mattgemmell/MGImageUtilities
No comment yet.
Scooped by Vincent Demay
Scoop.it!

MGSplitViewController

Features

Please note that, since split-views are commonly used for "Master-Detail" interfaces, I call the first sub-view the "master" and the second sub-view the "detail".

* By default, MGSplitViewController mimics the appearance and (complete) behaviour of UISplitViewController, including its delegate API. It accepts two UIViewControllers (or subclasses thereof).
* Allows toggling the visibility of the master view in either interface-orientation; i.e. you can have master-detail or detail-only in either landscape and/or portrait orientations (independently, and/or interactively).
* Allows choosing whether the split orientation is vertical (i.e. left/right, like UISplitViewController), or horizontal (master above, and detail below). You can toggle between modes interactively, with animation.
* Allows choosing whether the master view is before (above, or to left of) the detail view, or after it (below, or to the right).
* Allows you to choose (and change) the position of the split, i.e. the relative sizes of the master and detail views.
* Allows you to enable dragging of the split/divider between the master and detail views, with optional constraining via a delegate method.
* Allows you to choose the width of the split between the master and detail views.
* Preset "divider styles": one for non-draggable UISplitViewController-like dividers, and one for draggable, thicker style with a grip-strip.
* Allows you to substitute your own divider-view (an MGSplitDividerView subclass), used to draw the split between the master and detail views.

✔ Sources: https://github.com/mattgemmell/MGSplitViewController
No comment yet.
Scooped by Vincent Demay
Scoop.it!

provideal/MMGridView - GitHub

provideal/MMGridView - GitHub | iPhone and iPad development | Scoop.it
A simple grid view / dashboard component for iOS...


























✔ Sources: https://github.com/provideal/MMGridView
No comment yet.
Curated by Vincent Demay
Development Manager @ Scoop.it - http://www.scoop.it
iPad, iPhone and Android developer
Geek :)