14pods
Easiest usage of expandable & collapsible cell for iOS, written in Swift 3. You can customize expandable UITableViewCell
whatever you like. YNExpandableCell
is made because insertRows(at indexPaths, with animation
and deleteRows(at indexPaths, with animation
is hard to use. You can just inheirt YNTableViewDelegate
and add one more method func tableView(_ tableView: YNTableView, expandCellAt indexPath) -> UITableViewCell?
License: MIT
MediaBrowser can display one or more images or videos by providing either UIImage objects, PHAsset objects, or URLs to library assets, web images/videos or local files. MediaBrowser handles the downloading and caching of photos from the web seamlessly. Photos can be zoomed and panned, and optional (customisable) captions can be displayed. This can also be used to allow the user to select one or more photos using either the grid or main image view. Also, MediaBrowser use latest SDWebImage version for caching, motivated by MWPhotoBrowser
License: MIT
Easiest way to make shade view with Swift 3. You can make coachmark with this library.
License: MIT
Easiest usage of button, written in Swift 3. You can add buttons what you want to control.
License: MIT
Awesome dropdown menu, written in Swift 4, appears dropdown menu to display a view of related items when a user click on the dropdown menu. You can customize dropdown view whatever you like (e.g. UITableView, UICollectionView... etc)
License: MIT
Easiest usage of expandable & collapsible cell for iOS, written in Swift 3. You can customize expandable UITableViewCell
whatever you like. YNExpandableCell
is made because insertRows(at indexPaths, with animation
and deleteRows(at indexPaths, with animation
is hard to use. You can just inheirt YNTableViewDelegate
and add one more method func tableView(_ tableView: YNTableView, expandCellAt indexPath) -> UITableViewCell?
License: MIT