PagingKit icon indicating copy to clipboard operation
PagingKit copied to clipboard

How to insert image inside menu items so that every menu item will have image and text.

Open punithbm opened this issue 5 years ago • 1 comments
trafficstars

Hello, Is there any way to insert an image in the menu items? Please let me know if there are any ways to do this.

punithbm avatar Nov 28 '19 08:11 punithbm

You need to make a custom cell inheriting PagingMenuCell. This library behaves like UITableView, so It expects to get a object inheriting PagingMenuCll.

How to make a cell by yourself: https://github.com/kazuhiro4949/PagingKit#3-create-menu-ui

kazuhiro4949 avatar Dec 01 '19 14:12 kazuhiro4949