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

MSCellAccessory - a UITableViewCell accessoryType can easily customize the colors.

MSCellAccessory -  a UITableViewCell accessoryType can easily customize the colors. | iPhone and iPad development | Scoop.it

MSCellAccessory is a UITableViewCell accessoryType can easily customize the colors.

Many developer really want to customizing UITableViewCell accessoryType color. but, they using a customized png image are solved. but this method is not good. because Unnecessary to create an image file, and each would have to create all colors. and Loading it unnecessarily increases the capacity of the memory.

If using a this library is more easily customizing accessoryType and more flexible via Programmatically.

Vincent Demay's insight:

✔Source: https://github.com/bitmapdata/MSCellAccessory

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

CollapseClick: functions like a UITableView, except you can collapse and open cells on a click

CollapseClick: functions like a UITableView, except you can collapse and open cells on a click | iPhone and iPad development | Scoop.it

A collapsible list that functions like a UITableView, except you can collapse and open cells on a click. Feed it UIViews for what is shown when each cell is open. Works via delegation similar to UITableView. This is a UIScrollView Subclass.

Vincent Demay's insight:

✔Sources: https://github.com/bennyguitar/CollapseClick

vishal dharmawat's curator insight, March 22, 2013 11:56 PM

Uitableview with collapsible cells

Aalok Parikh's curator insight, March 23, 2013 4:41 AM

A good custome control. ATM I need it for my next project.

Trupti Nandani's curator insight, November 29, 2014 6:40 AM

will be used into next project..

Scooped by Vincent Demay
Scoop.it!

MCSwipeTableViewCell: implement a TableViewCell like the one we can see in the very well executed Mailbox iOS app.

MCSwipeTableViewCell: implement a TableViewCell like the one we can see in the very well executed Mailbox iOS app. | iPhone and iPad development | Scoop.it

An Effort to show how one would implement a TableViewCell like the one we can see in the very well executed Mailbox iOS app.

Vincent Demay's insight:

✔Sourceshttps://github.com/alikaragoz/MCSwipeTableViewCell

vishal dharmawat's curator insight, March 23, 2013 12:02 AM

a useful TableViewCell...

Scooped by Vincent Demay
Scoop.it!

PaperFoldMenuController :A navigation menu on the left of the screen using on PaperFold

PaperFoldMenuController :A navigation menu on the left of the screen using on PaperFold | iPhone and iPad development | Scoop.it

PaperFoldMenuController is a UITabBarController replacement, but displays the view controllers in a table view on the left side of the screen. This table view is shown/hidden using PaperFold-for-iOS. Selecting from the menu on the left changes the view controller on the right. PaperFoldMenuController uses view controller containment.

Vincent Demay's insight:

✔Sourceshttps://github.com/honcheng/PaperFoldMenuController

Scooped by Vincent Demay
Scoop.it!

Custom Table View Cells in iPad Programming

Custom Table View Cells in iPad Programming | iPhone and iPad development | Scoop.it

The UITableViewCell class can be configured to display in a variety of standard ways, but sometimes we want to display content in a cell that cannot be fit into one of the standard display modes.

No comment yet.
Rescooped by Vincent Demay from PandaLit
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 | iPhone and iPad development | 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
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 Vincent Demay from iOS and Cocoa goodies
Scoop.it!

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

Open Source: Custom iOS Control For Creating Elegant Nested Table Views | iPhone and iPad development | 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
Kapil Singh's comment, June 21, 2013 3:15 AM
great work thanks
Scooped by Vincent Demay
Scoop.it!

A UITableView replacement with simplified API

A UITableView replacement with simplified API | iPhone and iPad development | Scoop.it

Designed for rapid table creation with minimal code, easy customisation, attractive default styling, and with most common design patterns automated without need for fidgety UIView tweaking.



✔ Sources : https://github.com/sobri909/MGBox

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

The ARTableViewPager is an iOS component for horizontal table view scrolling/paging.

The ARTableViewPager is an iOS component for horizontal table view scrolling/paging. | iPhone and iPad development | Scoop.it

This component gives you the possibility to manage multiple UITableViews with one ViewController. To change the displayed table view you can either use a swipe gesture or the PageControl in the header. Its very easy to use just like the standard UITableViewController. You simply subclass ARTableViewPagerViewController!


✔ Sources: https://github.com/arconsis/ARTableViewPager


No comment yet.
Scooped by Vincent Demay
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


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.
Suggested by Hashim MH
Scoop.it!

BaseKit is a set of IOS class to make your life easier

BaseKit is a set of IOS class to make your life easier | iPhone and iPad development | Scoop.it

✔ Sources: https://github.com/brunow/BaseKit


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

A great looking UIAlertView with an UITableView inside.

A great looking UIAlertView with an UITableView inside. | iPhone and iPad development | Scoop.it









SBTableAlert - A great looking UIAlertView with an UITableView inside.








Features

  1. Easy to use (see the demo app).
  2. Multiple and single selection of cells.
  3. Supports orientation change.
  4. Easy to customize, access UITableView and UIAlertView via properties.Optional "Apple styled".
  5. Use all UITableView UIAlertView data source / delegate methods by setting the tableViewDelegate, tableViewDataSource and alertViewDelegate properties.
  6. Supports sections and custom section headers.


✔ Sources: https://github.com/simonb/SBTableAlert

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

Open Source: Library For Stacking Customized iPad UIViewControllers

Open Source: Library For Stacking Customized iPad UIViewControllers | iPhone and iPad development | Scoop.it

"After reviewing other stacked implementations, i wrote my own solutions from scratch. This one lets you add plain UIViewControllers to a PSStackedViewRootViewController, working much like a UINavigationController.

All the hard parts, moving, shadows, rounded borders is taken care of.


I made it for the iPad-Version of the popular austrian TV app "3MobileTV". (You need an austrian 3-SIM to test it, but you can check out the screenshots to get the idea what's possible with it).


Currently there is a positioning bug with small view controllers, I'll fix that in the foreseeable future. Otherwise, it's pretty much a drop-in-replacement for UINavigationController, using regular UIViewControllers. It supports iOS4 upwards, with some special support for iOS5's new view controller containment coming.


It works on the iPad and the iPhone, but the concept is better suited for the iPad."



✔ Sources: https://github.com/steipete/PSStackedView

No comment yet.
Rescooped by Vincent Demay from iOS dev (iPhone, iPad)
Scoop.it!

Open Source: Easy UITableView Replacement Library Great For Forms/Config Screens

Open Source: Easy UITableView Replacement Library Great For Forms/Config Screens | iPhone and iPad development | Scoop.it

The UITableView is such a versatile class – usable for so many different purposes, but can really be a pain to work with when you’re just creating something simple, and don’t want to mess around with delegates or set up data sources.

 

 

 

 

 

 














 

✔ Sources : https://github.com/escoz/QuickDialog


Via anandram venkataswamy, Sébastien HOUZÉ
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Cocoa Touch Tutorial: Using Grand Central Dispatch for Asynchronous Table View Cells | Jeff Kelley’s Blog

From Jeff Kelley


"One of the problems that an iOS developer will often face is the performance of table view cells. Table view cells are loaded on-demand by the UITableView that they’re a part of; the system calls ‑cellForRowAtIndexPath: on the table view’s dataSource property to fetch a new cell in order to display it. Since this method is called (several times) while scrolling a table view, it needs to be very performant. You don’t have very much time to provide the system with a table view cell; take too long, and the application will appear to stutter to your users. This kills the immersion of your application and is an instant sign to users that the application is poorly-written. I guess what I’m saying is that this code needs to be fast. But what if something you need to do to display the table view cell takes a long time—say, loading an image?"

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

Set background image of UITableView | Seaside

Set background image of UITableView | Seaside | iPhone and iPad development | Scoop.it
How to set a background image of a UITableView is a very often and common question. Today we will try to answer this.
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!

Custom UI Component Database for iOS and Mac OS X - Cocoa Controls

Custom UI Component Database for iOS and Mac OS X - Cocoa Controls | iPhone and iPad development | Scoop.it
All the best Cocoa controls for iOS and Mac OS X (A must see!! @cocoacontrols a custom UI component database for iOS & Mac OS X — http://bit.ly/hSzRX3 (via @jeffhodnett))
No comment yet.
Scooped by Vincent Demay
Scoop.it!

ELCTextFieldCell – A Useful TableViewCell for Forms

ELCTextFieldCell – A Useful TableViewCell for Forms | iPhone and iPad development | Scoop.it
Hello iCoders, today I am going to be open sourcing a UITableViewCell we have created over at ELC that we have found to be very useful. When developing apps we have found that many times a form of some type is required. This is common in Registration forms, contact forms, feedback forms, etc. The problem was writing the same basic code over and over to have an elegant fast form experience for the user. To quicken the development time of these elements we created the ELCTextFieldCell class which facilitates the creation and flow of a larger form. In this post I will be walking you through the usage of the class.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Expanding/Collapsing UITableView Sections | c o c o a m i n d e d

Expanding/Collapsing UITableView Sections | c o c o a m i n d e d | iPhone and iPad development | Scoop.it
Philippe Casgrain has written an excellent blog post demonstrating “Tap-enabled UITableView section headers (and footers)“. Using a modified version of his implementation, I am going to demonstrate how to create expanding and collapsing UITableView sections using “Tap-enabled UITableView section headers”.
Shahid Iqbal's curator insight, May 2, 2014 4:35 AM

I like ios development..

Scooped by Vincent Demay
Scoop.it!

UITableView construction, drawing and management (revisited)

UITableView construction, drawing and management (revisited) | iPhone and iPad development | Scoop.it
In this post, I'll show you the current classes I use to construct and manage UITableViews in a number of different projects. This code is an amalgamation and evolution of some ideas that I've presented in a few earlier posts including my posts on heterogenous cells in a table view and easy custom table view drawing. But this implementation also choose to do some things differently in an effort to continuously simplify the task of creating customized tables and views in iOS.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Implementing UITableView Sections from an NSArray of NSDictionary Objects

Implementing UITableView Sections from an NSArray of NSDictionary Objects | iPhone and iPad development | Scoop.it
If you’re working with a remote Web Service, your apps are probably displaying TableViews of objects. As soon as your dataset grows beyond 20 or 30 objects, it’s time to implement sections in your Table View. I’m going to show you how you can do this without too much trouble. In this example, we’ll use an array of dictionary objects (Books) to construct a single ‘sections’ dictionary that will be the basis for our TableView datasource.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Making Smarter Table View Cells - In video

Making Smarter Table View Cells - In video | iPhone and iPad development | Scoop.it
Table Views are one of the most common things within iPhone Applications. The standard UITableViewCells that are provided by Apple are nice but have always had a HUGE flaw in my mind. When you apply some text to the textLabel or detailTextLabel of a UITableViewCell the length of the text is not considered at all. If the text is longer than a single line you need to set the numberOfLines property to be enough so that your content can be showed. Moreover, you also need to compute the new total height of the cell to supply for the height delegate method.
No comment yet.
Curated by Vincent Demay
Development Manager @ Scoop.it - http://www.scoop.it
iPad, iPhone and Android developer
Geek :)