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....
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
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
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.
TvOSCustomizableTableViewCell
October 02, 2017 • MIT License
Light wrapper of UITableViewCell that allows extra customization for tvOS
RevealingTableViewCell
April 13, 2017 • MIT License
RevealingTableViewCell is a UITableViewCell that can be swiped to reveal content underneath its main view.
SwipeCellKit
March 10, 2017 • MIT License
Swipeable UITableViewCell based on the stock Mail.app, implemented in Swift.
SelectPickerCell
February 26, 2017 • MIT License
Inline/Expanding UIPicker for table views. Easy to setup
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!
ActionCell
December 26, 2016 • MIT License
Easy to use UITableViewCell implementing swiping to trigger actions (known from the Mailbox App)
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
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
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
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
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.
EssentialTableView
July 17, 2016 • Apache 2.0 License
A detailed project on UITableView which includes Parallax effects, Collapse/Expand UITableViewCell, 3D Touch on UITableViewCell
ExpandableTableView
May 05, 2016 • MIT License
Generic View Controller which can be used to show expandable sections in apps like FAQs. Accespts json data in the form [{"Question":"Question 1","Answer":"Answer 1"] and loads it in tableview with...
EECellSwipeGestureRecognizer
March 27, 2016 • Unspecified License
Clean and easy way to implement swipe actions to UITableViewCell.