Search results for tableviewcell

PUMultiFileUploader screenshot

PUMultiFileUploader

January 23, 2024 • MIT License
For handling upload multiple files and for events like cancel request , pause and resume upload we would handle it through file upload manager array. There would be array of files let’s say images....
SPSettingsIcons screenshot

SPSettingsIcons

February 16, 2022 • MIT License
Generator of settings icon by SF Symbols. Customisable background color and ready-use in table cell.
No image provided.

ReusableProtocol

July 08, 2019 • MIT License
A helpful and pure Swift implemented library for registering and reusing cells or views in the table view and collection view.
SNAdapter screenshot

SNAdapter

June 02, 2019 • MIT License
iOS swift tableview and collectionView Adapter, powered by generics and associated types
No image provided.

WBChainMenu

April 18, 2019 • MIT License
This will show horizontal menu to a UITableViewCell with chain animation
No image provided.

AnimationKit

October 13, 2018 • MIT License
AnimationKit is collection of animation in swift4 to perform animation in uitableviewcell. Just easy to use only one file copying in your project and use it or using cocoa pod.
FakeFBWall screenshot

FakeFBWall

August 15, 2018 • Apache 2.0 License
This is a fun app to generate fake facebook wall. All the fields visible on the screen are editable. Screenshots attached for better understanding of the app. Code written in Swift 4.
DragAndDrop-iOS11 screenshot

DragAndDrop-iOS11

February 27, 2018 • MIT License
Demonstrates how to enable and implement drag and drop for a table view and image view.
TvOSCustomizableTableViewCell screenshot

TvOSCustomizableTableViewCell

October 02, 2017 • MIT License
Light wrapper of UITableViewCell that allows extra customization for tvOS
RevealingTableViewCell screenshot

RevealingTableViewCell

April 13, 2017 • MIT License
RevealingTableViewCell is a UITableViewCell that can be swiped to reveal content underneath its main view.
SwipeCellKit screenshot

SwipeCellKit

March 10, 2017 • MIT License
Swipeable UITableViewCell based on the stock Mail.app, implemented in Swift.
SelectPickerCell screenshot

SelectPickerCell

February 26, 2017 • MIT License
Inline/Expanding UIPicker for table views. Easy to setup
UIView-Borders-Swift screenshot

UIView-Borders-Swift

January 04, 2017 • BSD License
One sided borders on any side of a UIView. Specify any offset from any side and works with autolayout. Now available in Swift 3!
No image provided.

SPParallaxTableView

January 03, 2017 • MIT License
paralax views with tableViewCell
ActionCell screenshot

ActionCell

December 26, 2016 • MIT License
Easy to use UITableViewCell implementing swiping to trigger actions (known from the Mailbox App)
RHPreviewCell screenshot

RHPreviewCell

October 29, 2016 • MIT License
💥Use long press on cell to trigger action💥 I envied so much Spotify iOS app this great playlist preview cell 😍, I decided to create my own ones 🌶. Now you can give your users ability to quick check...
Sliding Table View Cell for iOS screenshot

Sliding Table View Cell for iOS

August 15, 2016 • Apache 2.0 License
Custom UITableViewCell that can be swiped either way to reveal a "drawer" with between 1 and 4 customizable action buttons. These action buttons fade and grow into view as the drawer is swiped. T...
MPProgressViewCell screenshot

MPProgressViewCell

August 11, 2016 • Apache 2.0 License
It's Simple UIImageView Category Class which is for downloading image from remote server using SDWebImage and DACircleProgressView
ReuseCellConfigure screenshot

ReuseCellConfigure

August 06, 2016 • MIT License
You can configure ReusableCell without casting! let cell = tableView.dequeueReusableCellWithIdentifier("LeftIconTableViewCell", classForCell: LeftIconTableViewCell.self) { $0.alphabetLabel.te...
automatic-height-tagcells screenshot

automatic-height-tagcells

July 26, 2016 • MIT License
This is a sample project to implement features with dynamic height of UITableViewCell based on autolayout, tags aligned automatically and clickable tags.