Skip to content

NickYuu/EZReusable

Repository files navigation

EZReusable

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

EZReusable is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "EZReusable"

Use

func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
        let cell = tableView.dequeueReusableCell(for: indexPath, type: MyCell.self)
        return cell
    }

Author

NickYuu, s3310304067@gms.nutc.edu.tw

License

EZReusable is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published